| 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 |
|---|---|
UnlabelParameterVersionResult |
AbstractAWSSimpleSystemsManagement.unlabelParameterVersion(UnlabelParameterVersionRequest request) |
UnlabelParameterVersionResult |
AWSSimpleSystemsManagementClient.unlabelParameterVersion(UnlabelParameterVersionRequest request)
Remove a label or labels from a parameter.
|
UnlabelParameterVersionResult |
AWSSimpleSystemsManagement.unlabelParameterVersion(UnlabelParameterVersionRequest unlabelParameterVersionRequest)
Remove a label or labels from a parameter.
|
| 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 |
|---|---|
UnlabelParameterVersionResult |
UnlabelParameterVersionResult.clone() |
UnlabelParameterVersionResult |
UnlabelParameterVersionResult.withInvalidLabels(Collection<String> invalidLabels)
The labels that aren't attached to the given parameter version.
|
UnlabelParameterVersionResult |
UnlabelParameterVersionResult.withInvalidLabels(String... invalidLabels)
The labels that aren't attached to the given parameter version.
|
UnlabelParameterVersionResult |
UnlabelParameterVersionResult.withRemovedLabels(Collection<String> removedLabels)
A list of all labels deleted from the parameter.
|
UnlabelParameterVersionResult |
UnlabelParameterVersionResult.withRemovedLabels(String... removedLabels)
A list of all labels deleted from the parameter.
|
Copyright © 2023. All rights reserved.