| 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<UnlabelParameterVersionResult> |
AWSSimpleSystemsManagementAsyncClient.unlabelParameterVersionAsync(UnlabelParameterVersionRequest request,
AsyncHandler<UnlabelParameterVersionRequest,UnlabelParameterVersionResult> asyncHandler) |
Future<UnlabelParameterVersionResult> |
AWSSimpleSystemsManagementAsync.unlabelParameterVersionAsync(UnlabelParameterVersionRequest unlabelParameterVersionRequest,
AsyncHandler<UnlabelParameterVersionRequest,UnlabelParameterVersionResult> asyncHandler)
Remove a label or labels from a parameter.
|
Future<UnlabelParameterVersionResult> |
AbstractAWSSimpleSystemsManagementAsync.unlabelParameterVersionAsync(UnlabelParameterVersionRequest request,
AsyncHandler<UnlabelParameterVersionRequest,UnlabelParameterVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UnlabelParameterVersionRequest |
UnlabelParameterVersionRequest.clone() |
UnlabelParameterVersionRequest |
UnlabelParameterVersionRequest.withLabels(Collection<String> labels)
One or more labels to delete from the specified parameter version.
|
UnlabelParameterVersionRequest |
UnlabelParameterVersionRequest.withLabels(String... labels)
One or more labels to delete from the specified parameter version.
|
UnlabelParameterVersionRequest |
UnlabelParameterVersionRequest.withName(String name)
The name of the parameter from which you want to delete one or more labels.
|
UnlabelParameterVersionRequest |
UnlabelParameterVersionRequest.withParameterVersion(Long parameterVersion)
The specific version of the parameter which you want to delete one or more labels from.
|
Copyright © 2023. All rights reserved.