| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.paginators |
| 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 |
|---|---|
void |
GetParameterHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetParameterHistoryResponse> subscriber) |
Copyright © 2018. All rights reserved.