| 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 CompletableFuture<GetParameterHistoryResponse> |
SSMAsyncClient.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
default GetParameterHistoryResponse |
SSMClient.getParameterHistory(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.
|
default GetParameterHistoryIterable |
SSMClient.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 |
|---|---|
Request<GetParameterHistoryRequest> |
GetParameterHistoryRequestMarshaller.marshall(GetParameterHistoryRequest getParameterHistoryRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<GetParameterHistoryRequest> |
GetParameterHistoryRequestMarshaller.marshall(GetParameterHistoryRequest getParameterHistoryRequest) |
void |
GetParameterHistoryRequestModelMarshaller.marshall(GetParameterHistoryRequest getParameterHistoryRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.