| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssociationExecution> |
DescribeAssociationExecutionsResponse.associationExecutions()
A list of the executions for the specified association ID.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssociationExecutionsResponse.Builder |
DescribeAssociationExecutionsResponse.Builder.associationExecutions(AssociationExecution... associationExecutions)
A list of the executions for the specified association ID.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssociationExecutionsResponse.Builder |
DescribeAssociationExecutionsResponse.Builder.associationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssociationExecution> |
DescribeAssociationExecutionsPublisher.associationExecutions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssociationExecution> |
DescribeAssociationExecutionsIterable.associationExecutions()
Returns an iterable to iterate through the paginated
DescribeAssociationExecutionsResponse.associationExecutions() member. |
Copyright © 2023. All rights reserved.