@ConfigurationProperties(prefix="edison.aws.config.paramstore")
public class ParamStoreProperties
extends java.lang.Object
| Constructor | Description |
|---|---|
ParamStoreProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPath() |
|
boolean |
isAddWithLowestPrecedence() |
|
boolean |
isEnabled() |
|
void |
setAddWithLowestPrecedence(boolean addWithLowestPrecedence) |
|
void |
setEnabled(boolean enabled) |
|
void |
setPath(java.lang.String path) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public boolean isAddWithLowestPrecedence()
public void setAddWithLowestPrecedence(boolean addWithLowestPrecedence)