| 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 |
|---|---|
GetParameterHistoryResult |
AbstractAWSSimpleSystemsManagement.getParameterHistory(GetParameterHistoryRequest request) |
GetParameterHistoryResult |
AWSSimpleSystemsManagementClient.getParameterHistory(GetParameterHistoryRequest request)
Retrieves the history of all changes to a parameter.
|
GetParameterHistoryResult |
AWSSimpleSystemsManagement.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)
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> |
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.
|
| 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 © 2022. All rights reserved.