| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAssociationsResponse |
SsmClient.listAssociations()
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default ListAssociationsResponse |
SsmClient.listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default ListAssociationsResponse |
SsmClient.listAssociations(ListAssociationsRequest listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssociationsResponse> |
SsmAsyncClient.listAssociations()
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default CompletableFuture<ListAssociationsResponse> |
SsmAsyncClient.listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default CompletableFuture<ListAssociationsResponse> |
SsmAsyncClient.listAssociations(ListAssociationsRequest listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
| 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 © 2022. All rights reserved.