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<GetParameterHistoryResult> |
AWSSimpleSystemsManagementAsync.getParameterHistoryAsync(GetParameterHistoryRequest getParameterHistoryRequest,
AsyncHandler<GetParameterHistoryRequest,GetParameterHistoryResult> asyncHandler)
Retrieves the history of all changes to a parameter.
|
Future<GetParameterHistoryResult> |
AbstractAWSSimpleSystemsManagementAsync.getParameterHistoryAsync(GetParameterHistoryRequest request,
AsyncHandler<GetParameterHistoryRequest,GetParameterHistoryResult> asyncHandler) |
Future<GetParameterHistoryResult> |
AWSSimpleSystemsManagementAsyncClient.getParameterHistoryAsync(GetParameterHistoryRequest request,
AsyncHandler<GetParameterHistoryRequest,GetParameterHistoryResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetParameterHistoryRequest |
GetParameterHistoryRequest.clone() |
GetParameterHistoryRequest |
GetParameterHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetParameterHistoryRequest |
GetParameterHistoryRequest.withName(String name)
The name of the parameter for which you want to review history.
|
GetParameterHistoryRequest |
GetParameterHistoryRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
GetParameterHistoryRequest |
GetParameterHistoryRequest.withWithDecryption(Boolean withDecryption)
Return decrypted values for secure string parameters.
|
Copyright © 2021. All rights reserved.