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