| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.paginators | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetParameterHistoryResponse |
SsmClient.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
default CompletableFuture<GetParameterHistoryResponse> |
SsmAsyncClient.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
default GetParameterHistoryIterable |
SsmClient.getParameterHistoryPaginator(GetParameterHistoryRequest getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
default GetParameterHistoryPublisher |
SsmAsyncClient.getParameterHistoryPaginator(GetParameterHistoryRequest getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
| Constructor and Description |
|---|
GetParameterHistoryIterable(SsmClient client,
GetParameterHistoryRequest firstRequest) |
GetParameterHistoryPublisher(SsmAsyncClient client,
GetParameterHistoryRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetParameterHistoryRequestMarshaller.marshall(GetParameterHistoryRequest getParameterHistoryRequest) |
Copyright © 2020. All rights reserved.