Uses of Class
software.amazon.awssdk.services.workdocs.model.DocumentVersionMetadata
-
Packages that use DocumentVersionMetadata Package Description software.amazon.awssdk.services.workdocs.model software.amazon.awssdk.services.workdocs.paginators -
-
Uses of DocumentVersionMetadata in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return DocumentVersionMetadata Modifier and Type Method Description DocumentVersionMetadataResponseItem. documentVersionMetadata()The document version that matches the metadata.DocumentVersionMetadataDocumentMetadata. latestVersionMetadata()The latest version of the document.DocumentVersionMetadataGetDocumentVersionResponse. metadata()The version metadata.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type DocumentVersionMetadata Modifier and Type Method Description List<DocumentVersionMetadata>DescribeDocumentVersionsResponse. documentVersions()The document versions.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type DocumentVersionMetadata Modifier and Type Method Description ResponseItem.BuilderResponseItem.Builder. documentVersionMetadata(DocumentVersionMetadata documentVersionMetadata)The document version that matches the metadata.DescribeDocumentVersionsResponse.BuilderDescribeDocumentVersionsResponse.Builder. documentVersions(DocumentVersionMetadata... documentVersions)The document versions.DocumentMetadata.BuilderDocumentMetadata.Builder. latestVersionMetadata(DocumentVersionMetadata latestVersionMetadata)The latest version of the document.GetDocumentVersionResponse.BuilderGetDocumentVersionResponse.Builder. metadata(DocumentVersionMetadata metadata)The version metadata.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type DocumentVersionMetadata Modifier and Type Method Description DescribeDocumentVersionsResponse.BuilderDescribeDocumentVersionsResponse.Builder. documentVersions(Collection<DocumentVersionMetadata> documentVersions)The document versions. -
Uses of DocumentVersionMetadata in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type DocumentVersionMetadata Modifier and Type Method Description SdkIterable<DocumentVersionMetadata>DescribeDocumentVersionsIterable. documentVersions()Returns an iterable to iterate through the paginatedDescribeDocumentVersionsResponse.documentVersions()member.SdkPublisher<DocumentVersionMetadata>DescribeDocumentVersionsPublisher. documentVersions()Returns a publisher that can be used to get a stream of data.
-