| 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 |
|---|---|
PutParameterResult |
AbstractAWSSimpleSystemsManagement.putParameter(PutParameterRequest request) |
PutParameterResult |
AWSSimpleSystemsManagement.putParameter(PutParameterRequest putParameterRequest)
Add a parameter to the system.
|
PutParameterResult |
AWSSimpleSystemsManagementClient.putParameter(PutParameterRequest request)
Add a parameter to the system.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutParameterResult> |
AWSSimpleSystemsManagementAsync.putParameterAsync(PutParameterRequest putParameterRequest,
AsyncHandler<PutParameterRequest,PutParameterResult> asyncHandler)
Add a parameter to the system.
|
Future<PutParameterResult> |
AbstractAWSSimpleSystemsManagementAsync.putParameterAsync(PutParameterRequest request,
AsyncHandler<PutParameterRequest,PutParameterResult> asyncHandler) |
Future<PutParameterResult> |
AWSSimpleSystemsManagementAsyncClient.putParameterAsync(PutParameterRequest request,
AsyncHandler<PutParameterRequest,PutParameterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutParameterResult |
PutParameterResult.clone() |
PutParameterResult |
PutParameterResult.withTier(ParameterTier tier)
The tier assigned to the parameter.
|
PutParameterResult |
PutParameterResult.withTier(String tier)
The tier assigned to the parameter.
|
PutParameterResult |
PutParameterResult.withVersion(Long version)
The new version number of a parameter.
|
Copyright © 2021. All rights reserved.