Uses of Class
software.amazon.awssdk.services.ssm.model.AssociationExecutionTarget
-
Packages that use AssociationExecutionTarget Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 AssociationExecutionTarget Modifier and Type Method Description List<AssociationExecutionTarget>DescribeAssociationExecutionTargetsResponse. associationExecutionTargets()Information about the execution.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationExecutionTarget Modifier and Type Method Description DescribeAssociationExecutionTargetsResponse.BuilderDescribeAssociationExecutionTargetsResponse.Builder. associationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets)Information about the execution.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AssociationExecutionTarget Modifier and Type Method Description DescribeAssociationExecutionTargetsResponse.BuilderDescribeAssociationExecutionTargetsResponse.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 AssociationExecutionTarget Modifier and Type Method Description SdkIterable<AssociationExecutionTarget>DescribeAssociationExecutionTargetsIterable. associationExecutionTargets()Returns an iterable to iterate through the paginatedDescribeAssociationExecutionTargetsResponse.associationExecutionTargets()member.SdkPublisher<AssociationExecutionTarget>DescribeAssociationExecutionTargetsPublisher. associationExecutionTargets()Returns a publisher that can be used to get a stream of data.
-