Uses of Class
software.amazon.awssdk.services.ssm.model.AssociationExecution
-
Packages that use AssociationExecution Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
Uses of AssociationExecution in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationExecution Modifier and Type Method Description List<AssociationExecution>DescribeAssociationExecutionsResponse. associationExecutions()A list of the executions for the specified association ID.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationExecution Modifier and Type Method Description DescribeAssociationExecutionsResponse.BuilderDescribeAssociationExecutionsResponse.Builder. associationExecutions(AssociationExecution... associationExecutions)A list of the executions for the specified association ID.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AssociationExecution Modifier and Type Method Description DescribeAssociationExecutionsResponse.BuilderDescribeAssociationExecutionsResponse.Builder. associationExecutions(Collection<AssociationExecution> associationExecutions)A list of the executions for the specified association ID. -
Uses of AssociationExecution in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type AssociationExecution Modifier and Type Method Description SdkIterable<AssociationExecution>DescribeAssociationExecutionsIterable. associationExecutions()Returns an iterable to iterate through the paginatedDescribeAssociationExecutionsResponse.associationExecutions()member.SdkPublisher<AssociationExecution>DescribeAssociationExecutionsPublisher. associationExecutions()Returns a publisher that can be used to get a stream of data.
-