Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
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.
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<LabelParameterVersionResult> |
AbstractAWSSimpleSystemsManagementAsync.labelParameterVersionAsync(LabelParameterVersionRequest request,
AsyncHandler<LabelParameterVersionRequest,LabelParameterVersionResult> asyncHandler) |
Future<LabelParameterVersionResult> |
AWSSimpleSystemsManagementAsyncClient.labelParameterVersionAsync(LabelParameterVersionRequest request,
AsyncHandler<LabelParameterVersionRequest,LabelParameterVersionResult> asyncHandler) |
Future<LabelParameterVersionResult> |
AWSSimpleSystemsManagementAsync.labelParameterVersionAsync(LabelParameterVersionRequest labelParameterVersionRequest,
AsyncHandler<LabelParameterVersionRequest,LabelParameterVersionResult> asyncHandler)
A parameter label is a user-defined alias to help you manage different versions of a parameter.
|
Modifier and Type | Method and Description |
---|---|
LabelParameterVersionRequest |
LabelParameterVersionRequest.clone() |
LabelParameterVersionRequest |
LabelParameterVersionRequest.withLabels(Collection<String> labels)
One or more labels to attach to the specified parameter version.
|
LabelParameterVersionRequest |
LabelParameterVersionRequest.withLabels(String... labels)
One or more labels to attach to the specified parameter version.
|
LabelParameterVersionRequest |
LabelParameterVersionRequest.withName(String name)
The parameter name on which you want to attach one or more labels.
|
LabelParameterVersionRequest |
LabelParameterVersionRequest.withParameterVersion(Long parameterVersion)
The specific version of the parameter on which you want to attach one or more labels.
|
Copyright © 2024. All rights reserved.