Uses of Class
software.amazon.awssdk.services.ssm.model.AssociationExecutionTarget
Packages that use AssociationExecutionTarget
Package
Description
-
Uses of AssociationExecutionTarget in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationExecutionTargetModifier and TypeMethodDescriptionfinal List<AssociationExecutionTarget>DescribeAssociationExecutionTargetsResponse.associationExecutionTargets()Information about the execution.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationExecutionTargetModifier and TypeMethodDescriptionDescribeAssociationExecutionTargetsResponse.Builder.associationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets) Information about the execution.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AssociationExecutionTargetModifier and TypeMethodDescriptionDescribeAssociationExecutionTargetsResponse.Builder.associationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets) Information about the execution. -
Uses of AssociationExecutionTarget in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type AssociationExecutionTargetModifier and TypeMethodDescriptionDescribeAssociationExecutionTargetsIterable.associationExecutionTargets()Returns an iterable to iterate through the paginatedDescribeAssociationExecutionTargetsResponse.associationExecutionTargets()member.DescribeAssociationExecutionTargetsPublisher.associationExecutionTargets()Returns a publisher that can be used to get a stream of data.