| 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(Consumer<GetParameterHistoryRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetParameterHistoryResponse> |
SSMAsyncClient.getParameterHistory(Consumer<GetParameterHistoryRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetParameterHistoryResponse> |
GetParameterHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
GetParameterHistoryPublisher |
GetParameterHistoryPublisher.resume(GetParameterHistoryResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
GetParameterHistoryIterable |
GetParameterHistoryIterable.resume(GetParameterHistoryResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetParameterHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetParameterHistoryResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
GetParameterHistoryResponse |
GetParameterHistoryResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.