| 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 |
|---|---|
Future<GetParameterHistoryResult> |
AWSSimpleSystemsManagementAsyncClient.getParameterHistoryAsync(GetParameterHistoryRequest request,
AsyncHandler<GetParameterHistoryRequest,GetParameterHistoryResult> asyncHandler) |
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) |
| 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 © 2023. All rights reserved.