Uses of Class
software.amazon.awssdk.services.ssm.model.AssociationVersionInfo
Packages that use AssociationVersionInfo
Package
Description
-
Uses of AssociationVersionInfo in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationVersionInfoModifier and TypeMethodDescriptionfinal List<AssociationVersionInfo>ListAssociationVersionsResponse.associationVersions()Information about all versions of the association for the specified association ID.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationVersionInfoModifier and TypeMethodDescriptionListAssociationVersionsResponse.Builder.associationVersions(AssociationVersionInfo... associationVersions) Information about all versions of the association for the specified association ID.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AssociationVersionInfoModifier and TypeMethodDescriptionListAssociationVersionsResponse.Builder.associationVersions(Collection<AssociationVersionInfo> associationVersions) Information about all versions of the association for the specified association ID. -
Uses of AssociationVersionInfo in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type AssociationVersionInfoModifier and TypeMethodDescriptionListAssociationVersionsIterable.associationVersions()Returns an iterable to iterate through the paginatedListAssociationVersionsResponse.associationVersions()member.ListAssociationVersionsPublisher.associationVersions()Returns a publisher that can be used to get a stream of data.