Uses of Class
software.amazon.awssdk.services.workdocs.model.DocumentMetadata
-
Packages that use DocumentMetadata Package Description software.amazon.awssdk.services.workdocs.model software.amazon.awssdk.services.workdocs.paginators -
-
Uses of DocumentMetadata in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return DocumentMetadata Modifier and Type Method Description DocumentMetadataResponseItem. documentMetadata()The document that matches the query.DocumentMetadataGetDocumentResponse. metadata()The metadata details of the document.DocumentMetadataInitiateDocumentVersionUploadResponse. metadata()The document metadata.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type DocumentMetadata Modifier and Type Method Description List<DocumentMetadata>DescribeFolderContentsResponse. documents()The documents in the specified folder.List<DocumentMetadata>GetResourcesResponse. documents()The documents in the specified collection.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type DocumentMetadata Modifier and Type Method Description ResponseItem.BuilderResponseItem.Builder. documentMetadata(DocumentMetadata documentMetadata)The document that matches the query.DescribeFolderContentsResponse.BuilderDescribeFolderContentsResponse.Builder. documents(DocumentMetadata... documents)The documents in the specified folder.GetResourcesResponse.BuilderGetResourcesResponse.Builder. documents(DocumentMetadata... documents)The documents in the specified collection.GetDocumentResponse.BuilderGetDocumentResponse.Builder. metadata(DocumentMetadata metadata)The metadata details of the document.InitiateDocumentVersionUploadResponse.BuilderInitiateDocumentVersionUploadResponse.Builder. metadata(DocumentMetadata metadata)The document metadata.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type DocumentMetadata Modifier and Type Method Description DescribeFolderContentsResponse.BuilderDescribeFolderContentsResponse.Builder. documents(Collection<DocumentMetadata> documents)The documents in the specified folder.GetResourcesResponse.BuilderGetResourcesResponse.Builder. documents(Collection<DocumentMetadata> documents)The documents in the specified collection. -
Uses of DocumentMetadata in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type DocumentMetadata Modifier and Type Method Description SdkIterable<DocumentMetadata>DescribeFolderContentsIterable. documents()Returns an iterable to iterate through the paginatedDescribeFolderContentsResponse.documents()member.SdkPublisher<DocumentMetadata>DescribeFolderContentsPublisher. documents()Returns a publisher that can be used to get a stream of data.
-