Uses of Class
software.amazon.awssdk.services.ssm.model.AssociationExecution
Packages that use AssociationExecution
Package
Description
-
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 AssociationExecutionModifier and TypeMethodDescriptionfinal 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 AssociationExecutionModifier and TypeMethodDescriptionDescribeAssociationExecutionsResponse.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 AssociationExecutionModifier and TypeMethodDescriptionDescribeAssociationExecutionsResponse.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 AssociationExecutionModifier and TypeMethodDescriptionfinal SdkIterable<AssociationExecution>DescribeAssociationExecutionsIterable.associationExecutions()Returns an iterable to iterate through the paginatedDescribeAssociationExecutionsResponse.associationExecutions()member.final SdkPublisher<AssociationExecution>DescribeAssociationExecutionsPublisher.associationExecutions()Returns a publisher that can be used to get a stream of data.