| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.