| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
ListAssociationsResponse.associations()
The associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResponse.Builder |
ListAssociationsResponse.Builder.associations(Association... associations)
The associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResponse.Builder |
ListAssociationsResponse.Builder.associations(Collection<Association> associations)
The associations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Association> |
ListAssociationsPublisher.associations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Association> |
ListAssociationsIterable.associations()
Returns an iterable to iterate through the paginated
ListAssociationsResponse.associations() member. |
Copyright © 2022. All rights reserved.