| 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 GetParametersByPathResponse |
SSMClient.getParametersByPath(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
default GetParametersByPathResponse |
SSMClient.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetParametersByPathResponse> |
SSMAsyncClient.getParametersByPath(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
default CompletableFuture<GetParametersByPathResponse> |
SSMAsyncClient.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetParametersByPathResponse> |
GetParametersByPathIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
GetParametersByPathPublisher |
GetParametersByPathPublisher.resume(GetParametersByPathResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
GetParametersByPathIterable |
GetParametersByPathIterable.resume(GetParametersByPathResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetParametersByPathPublisher.subscribe(org.reactivestreams.Subscriber<? super GetParametersByPathResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
GetParametersByPathResponse |
GetParametersByPathResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.