| 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 GetParameterHistoryPaginator |
SSMClient.getParameterHistoryIterable(GetParameterHistoryRequest getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
| Constructor and Description |
|---|
GetParameterHistoryPaginator(SSMClient 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 © 2017. All rights reserved.