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