| 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<GetParametersResult> |
AbstractAWSSimpleSystemsManagementAsync.getParametersAsync(GetParametersRequest request,
AsyncHandler<GetParametersRequest,GetParametersResult> asyncHandler) |
Future<GetParametersResult> |
AWSSimpleSystemsManagementAsync.getParametersAsync(GetParametersRequest getParametersRequest,
AsyncHandler<GetParametersRequest,GetParametersResult> asyncHandler)
Get details of a parameter.
|
Future<GetParametersResult> |
AWSSimpleSystemsManagementAsyncClient.getParametersAsync(GetParametersRequest request,
AsyncHandler<GetParametersRequest,GetParametersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetParametersRequest |
GetParametersRequest.clone() |
GetParametersRequest |
GetParametersRequest.withNames(Collection<String> names)
Names of the parameters for which you want to query information.
|
GetParametersRequest |
GetParametersRequest.withNames(String... names)
Names of the parameters for which you want to query information.
|
GetParametersRequest |
GetParametersRequest.withWithDecryption(Boolean withDecryption)
Return decrypted secure string value.
|
Copyright © 2021. All rights reserved.