| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<LabelParameterVersionResult> |
AbstractAWSSimpleSystemsManagementAsync.labelParameterVersionAsync(LabelParameterVersionRequest request,
AsyncHandler<LabelParameterVersionRequest,LabelParameterVersionResult> asyncHandler) |
Future<LabelParameterVersionResult> |
AWSSimpleSystemsManagementAsyncClient.labelParameterVersionAsync(LabelParameterVersionRequest request,
AsyncHandler<LabelParameterVersionRequest,LabelParameterVersionResult> asyncHandler) |
| 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 © 2021. All rights reserved.