Uses of Class
software.amazon.awssdk.services.ssm.model.InstanceAssociation
Packages that use InstanceAssociation
Package
Description
-
Uses of InstanceAssociation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstanceAssociationModifier and TypeMethodDescriptionfinal List<InstanceAssociation>DescribeEffectiveInstanceAssociationsResponse.associations()The associations for the requested managed node.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstanceAssociationModifier and TypeMethodDescriptionDescribeEffectiveInstanceAssociationsResponse.Builder.associations(InstanceAssociation... associations) The associations for the requested managed node.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstanceAssociationModifier and TypeMethodDescriptionDescribeEffectiveInstanceAssociationsResponse.Builder.associations(Collection<InstanceAssociation> associations) The associations for the requested managed node. -
Uses of InstanceAssociation in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type InstanceAssociationModifier and TypeMethodDescriptionfinal SdkIterable<InstanceAssociation>DescribeEffectiveInstanceAssociationsIterable.associations()Returns an iterable to iterate through the paginatedDescribeEffectiveInstanceAssociationsResponse.associations()member.final SdkPublisher<InstanceAssociation>DescribeEffectiveInstanceAssociationsPublisher.associations()Returns a publisher that can be used to get a stream of data.