| 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<UnlabelParameterVersionResult> |
AbstractAWSSimpleSystemsManagementAsync.unlabelParameterVersionAsync(UnlabelParameterVersionRequest request,
AsyncHandler<UnlabelParameterVersionRequest,UnlabelParameterVersionResult> asyncHandler) |
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.
|
| 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 © 2022. All rights reserved.