| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetParameterHistoryResult |
AbstractAWSSimpleSystemsManagement.getParameterHistory(GetParameterHistoryRequest request) |
GetParameterHistoryResult |
AWSSimpleSystemsManagement.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)
Retrieves the history of all changes to a parameter.
|
GetParameterHistoryResult |
AWSSimpleSystemsManagementClient.getParameterHistory(GetParameterHistoryRequest request)
Retrieves the history of all changes to a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetParameterHistoryResult> |
AbstractAWSSimpleSystemsManagementAsync.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> |
AWSSimpleSystemsManagementAsyncClient.getParameterHistoryAsync(GetParameterHistoryRequest request,
AsyncHandler<GetParameterHistoryRequest,GetParameterHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetParameterHistoryResult |
GetParameterHistoryResult.clone() |
GetParameterHistoryResult |
GetParameterHistoryResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
GetParameterHistoryResult |
GetParameterHistoryResult.withParameters(Collection<ParameterHistory> parameters)
A list of parameters returned by the request.
|
GetParameterHistoryResult |
GetParameterHistoryResult.withParameters(ParameterHistory... parameters)
A list of parameters returned by the request.
|
Copyright © 2021. All rights reserved.