| 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 |
|---|---|
LabelParameterVersionResult |
AbstractAWSSimpleSystemsManagement.labelParameterVersion(LabelParameterVersionRequest request) |
LabelParameterVersionResult |
AWSSimpleSystemsManagement.labelParameterVersion(LabelParameterVersionRequest labelParameterVersionRequest)
A parameter label is a user-defined alias to help you manage different versions of a parameter.
|
LabelParameterVersionResult |
AWSSimpleSystemsManagementClient.labelParameterVersion(LabelParameterVersionRequest request)
A parameter label is a user-defined alias to help you manage different versions of a parameter.
|
| 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 |
|---|---|
LabelParameterVersionResult |
LabelParameterVersionResult.clone() |
LabelParameterVersionResult |
LabelParameterVersionResult.withInvalidLabels(Collection<String> invalidLabels)
The label doesn't meet the requirements.
|
LabelParameterVersionResult |
LabelParameterVersionResult.withInvalidLabels(String... invalidLabels)
The label doesn't meet the requirements.
|
LabelParameterVersionResult |
LabelParameterVersionResult.withParameterVersion(Long parameterVersion)
The version of the parameter that has been labeled.
|
Copyright © 2021. All rights reserved.