Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentVersionInfo
-
Packages that use DocumentVersionInfo Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 DocumentVersionInfo Modifier and Type Method Description List<DocumentVersionInfo>ListDocumentVersionsResponse. documentVersions()The document versions.Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentVersionInfo Modifier and Type Method Description ListDocumentVersionsResponse.BuilderListDocumentVersionsResponse.Builder. documentVersions(DocumentVersionInfo... documentVersions)The document versions.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentVersionInfo Modifier and Type Method Description ListDocumentVersionsResponse.BuilderListDocumentVersionsResponse.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 DocumentVersionInfo Modifier and Type Method Description SdkIterable<DocumentVersionInfo>ListDocumentVersionsIterable. documentVersions()Returns an iterable to iterate through the paginatedListDocumentVersionsResponse.documentVersions()member.SdkPublisher<DocumentVersionInfo>ListDocumentVersionsPublisher. documentVersions()Returns a publisher that can be used to get a stream of data.
-