| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssociationVersionInfo> |
ListAssociationVersionsResponse.associationVersions()
Information about all versions of the association for the specified association ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationVersionsResponse.Builder |
ListAssociationVersionsResponse.Builder.associationVersions(AssociationVersionInfo... associationVersions)
Information about all versions of the association for the specified association ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationVersionsResponse.Builder |
ListAssociationVersionsResponse.Builder.associationVersions(Collection<AssociationVersionInfo> associationVersions)
Information about all versions of the association for the specified association ID.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssociationVersionInfo> |
ListAssociationVersionsPublisher.associationVersions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssociationVersionInfo> |
ListAssociationVersionsIterable.associationVersions()
Returns an iterable to iterate through the paginated
ListAssociationVersionsResponse.associationVersions() member. |
Copyright © 2021. All rights reserved.