Uses of Interface
software.amazon.awssdk.services.workdocs.model.GetDocumentVersionRequest.Builder
-
Packages that use GetDocumentVersionRequest.Builder Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.model -
-
Uses of GetDocumentVersionRequest.Builder in software.amazon.awssdk.services.workdocs
Method parameters in software.amazon.awssdk.services.workdocs with type arguments of type GetDocumentVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDocumentVersionResponse>WorkDocsAsyncClient. getDocumentVersion(Consumer<GetDocumentVersionRequest.Builder> getDocumentVersionRequest)Retrieves version metadata for the specified document.default GetDocumentVersionResponseWorkDocsClient. getDocumentVersion(Consumer<GetDocumentVersionRequest.Builder> getDocumentVersionRequest)Retrieves version metadata for the specified document. -
Uses of GetDocumentVersionRequest.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return GetDocumentVersionRequest.Builder Modifier and Type Method Description GetDocumentVersionRequest.BuilderGetDocumentVersionRequest.Builder. authenticationToken(String authenticationToken)Amazon WorkDocs authentication token.static GetDocumentVersionRequest.BuilderGetDocumentVersionRequest. builder()GetDocumentVersionRequest.BuilderGetDocumentVersionRequest.Builder. documentId(String documentId)The ID of the document.GetDocumentVersionRequest.BuilderGetDocumentVersionRequest.Builder. fields(String fields)A comma-separated list of values.GetDocumentVersionRequest.BuilderGetDocumentVersionRequest.Builder. includeCustomMetadata(Boolean includeCustomMetadata)Set this to TRUE to include custom metadata in the response.GetDocumentVersionRequest.BuilderGetDocumentVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDocumentVersionRequest.BuilderGetDocumentVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDocumentVersionRequest.BuilderGetDocumentVersionRequest. toBuilder()GetDocumentVersionRequest.BuilderGetDocumentVersionRequest.Builder. versionId(String versionId)The version ID of the document.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type GetDocumentVersionRequest.Builder Modifier and Type Method Description static Class<? extends GetDocumentVersionRequest.Builder>GetDocumentVersionRequest. serializableBuilderClass()
-