| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| 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 © 2023. All rights reserved.