| 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 ListAssociationsResponse |
SSMClient.listAssociations()
Lists the associations for the specified Systems Manager document or instance.
|
default ListAssociationsResponse |
SSMClient.listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Lists the associations for the specified Systems Manager document or instance.
|
default ListAssociationsResponse |
SSMClient.listAssociations(ListAssociationsRequest listAssociationsRequest)
Lists the associations for the specified Systems Manager document or instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssociationsResponse> |
SSMAsyncClient.listAssociations()
Lists the associations for the specified Systems Manager document or instance.
|
default CompletableFuture<ListAssociationsResponse> |
SSMAsyncClient.listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Lists the associations for the specified Systems Manager document or instance.
|
default CompletableFuture<ListAssociationsResponse> |
SSMAsyncClient.listAssociations(ListAssociationsRequest listAssociationsRequest)
Lists the associations for the specified Systems Manager document or instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssociationsResponse> |
ListAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsPublisher |
ListAssociationsPublisher.resume(ListAssociationsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
ListAssociationsIterable |
ListAssociationsIterable.resume(ListAssociationsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssociationsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResponse |
ListAssociationsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.