| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<LabelParameterVersionResult> |
AbstractAWSSimpleSystemsManagementAsync.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 © 2020. All rights reserved.