Uses of Class
software.amazon.awssdk.services.ssm.model.AssociationVersionInfo
-
Packages that use AssociationVersionInfo Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 AssociationVersionInfo Modifier and Type Method Description 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 AssociationVersionInfo Modifier and Type Method Description ListAssociationVersionsResponse.BuilderListAssociationVersionsResponse.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 AssociationVersionInfo Modifier and Type Method Description ListAssociationVersionsResponse.BuilderListAssociationVersionsResponse.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 AssociationVersionInfo Modifier and Type Method Description SdkIterable<AssociationVersionInfo>ListAssociationVersionsIterable. associationVersions()Returns an iterable to iterate through the paginatedListAssociationVersionsResponse.associationVersions()member.SdkPublisher<AssociationVersionInfo>ListAssociationVersionsPublisher. associationVersions()Returns a publisher that can be used to get a stream of data.
-