Uses of Class
software.amazon.awssdk.services.ssm.model.Association
Packages that use Association
Package
Description
-
Uses of Association in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationModifier and TypeMethodDescriptionfinal List<Association>ListAssociationsResponse.associations()The associations.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationModifier and TypeMethodDescriptionListAssociationsResponse.Builder.associations(Association... associations) The associations.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AssociationModifier and TypeMethodDescriptionListAssociationsResponse.Builder.associations(Collection<Association> associations) The associations. -
Uses of Association in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type AssociationModifier and TypeMethodDescriptionfinal SdkIterable<Association>ListAssociationsIterable.associations()Returns an iterable to iterate through the paginatedListAssociationsResponse.associations()member.final SdkPublisher<Association>ListAssociationsPublisher.associations()Returns a publisher that can be used to get a stream of data.