Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentVersionInfo
Packages that use DocumentVersionInfo
Package
Description
-
Uses of DocumentVersionInfo in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentVersionInfoModifier and TypeMethodDescriptionfinal List<DocumentVersionInfo>ListDocumentVersionsResponse.documentVersions()The document versions.Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentVersionInfoModifier and TypeMethodDescriptionListDocumentVersionsResponse.Builder.documentVersions(DocumentVersionInfo... documentVersions) The document versions.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentVersionInfoModifier and TypeMethodDescriptionListDocumentVersionsResponse.Builder.documentVersions(Collection<DocumentVersionInfo> documentVersions) The document versions. -
Uses of DocumentVersionInfo in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DocumentVersionInfoModifier and TypeMethodDescriptionfinal SdkIterable<DocumentVersionInfo>ListDocumentVersionsIterable.documentVersions()Returns an iterable to iterate through the paginatedListDocumentVersionsResponse.documentVersions()member.final SdkPublisher<DocumentVersionInfo>ListDocumentVersionsPublisher.documentVersions()Returns a publisher that can be used to get a stream of data.