Class ParamStoreProperties


  • @ConfigurationProperties(prefix="edison.aws.config.paramstore")
    public class ParamStoreProperties
    extends java.lang.Object
    • Constructor Detail

      • ParamStoreProperties

        public ParamStoreProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String path)
      • isAddWithLowestPrecedence

        public boolean isAddWithLowestPrecedence()
      • setAddWithLowestPrecedence

        public void setAddWithLowestPrecedence​(boolean addWithLowestPrecedence)