Uses of Class
software.amazon.awssdk.services.workdocs.model.GetDocumentVersionResponse
-
Packages that use GetDocumentVersionResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of GetDocumentVersionResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return GetDocumentVersionResponse Modifier and Type Method Description default GetDocumentVersionResponseWorkDocsClient. getDocumentVersion(Consumer<GetDocumentVersionRequest.Builder> getDocumentVersionRequest)Retrieves version metadata for the specified document.default GetDocumentVersionResponseWorkDocsClient. getDocumentVersion(GetDocumentVersionRequest getDocumentVersionRequest)Retrieves version metadata for the specified document.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type GetDocumentVersionResponse Modifier and Type Method Description default CompletableFuture<GetDocumentVersionResponse>WorkDocsAsyncClient. getDocumentVersion(Consumer<GetDocumentVersionRequest.Builder> getDocumentVersionRequest)Retrieves version metadata for the specified document.default CompletableFuture<GetDocumentVersionResponse>WorkDocsAsyncClient. getDocumentVersion(GetDocumentVersionRequest getDocumentVersionRequest)Retrieves version metadata for the specified document.
-