Uses of Class
software.amazon.awssdk.services.ssm.model.InstanceAssociation
-
Packages that use InstanceAssociation Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 InstanceAssociation Modifier and Type Method Description List<InstanceAssociation>DescribeEffectiveInstanceAssociationsResponse. associations()The associations for the requested managed node.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstanceAssociation Modifier and Type Method Description DescribeEffectiveInstanceAssociationsResponse.BuilderDescribeEffectiveInstanceAssociationsResponse.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 InstanceAssociation Modifier and Type Method Description DescribeEffectiveInstanceAssociationsResponse.BuilderDescribeEffectiveInstanceAssociationsResponse.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 InstanceAssociation Modifier and Type Method Description SdkIterable<InstanceAssociation>DescribeEffectiveInstanceAssociationsIterable. associations()Returns an iterable to iterate through the paginatedDescribeEffectiveInstanceAssociationsResponse.associations()member.SdkPublisher<InstanceAssociation>DescribeEffectiveInstanceAssociationsPublisher. associations()Returns a publisher that can be used to get a stream of data.
-