default GetParameterResponse |
SsmClient.getParameter(Consumer<GetParameterRequest.Builder> getParameterRequest) |
Get information about a single parameter by specifying the parameter name.
|
default GetParameterResponse |
SsmClient.getParameter(GetParameterRequest getParameterRequest) |
Get information about a single parameter by specifying the parameter name.
|
default LabelParameterVersionResponse |
SsmClient.labelParameterVersion(Consumer<LabelParameterVersionRequest.Builder> labelParameterVersionRequest) |
A parameter label is a user-defined alias to help you manage different versions of a parameter.
|
default LabelParameterVersionResponse |
SsmClient.labelParameterVersion(LabelParameterVersionRequest labelParameterVersionRequest) |
A parameter label is a user-defined alias to help you manage different versions of a parameter.
|
default UnlabelParameterVersionResponse |
SsmClient.unlabelParameterVersion(Consumer<UnlabelParameterVersionRequest.Builder> unlabelParameterVersionRequest) |
Remove a label or labels from a parameter.
|
default UnlabelParameterVersionResponse |
SsmClient.unlabelParameterVersion(UnlabelParameterVersionRequest unlabelParameterVersionRequest) |
Remove a label or labels from a parameter.
|