| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAssociationExecutionsResponse.Builder |
DescribeAssociationExecutionsResponse.Builder.associationExecutions(AssociationExecution... associationExecutions)
A list of the executions for the specified association ID.
|
DescribeAssociationExecutionsResponse.Builder |
DescribeAssociationExecutionsResponse.Builder.associationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
|
DescribeAssociationExecutionsResponse.Builder |
DescribeAssociationExecutionsResponse.Builder.associationExecutions(Consumer<AssociationExecution.Builder>... associationExecutions)
A list of the executions for the specified association ID.
|
static DescribeAssociationExecutionsResponse.Builder |
DescribeAssociationExecutionsResponse.builder() |
DescribeAssociationExecutionsResponse.Builder |
DescribeAssociationExecutionsResponse.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeAssociationExecutionsResponse.Builder |
DescribeAssociationExecutionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeAssociationExecutionsResponse.Builder> |
DescribeAssociationExecutionsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.