Uses of Interface
software.amazon.awssdk.services.workdocs.model.UpdateDocumentVersionRequest.Builder
-
Packages that use UpdateDocumentVersionRequest.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 UpdateDocumentVersionRequest.Builder in software.amazon.awssdk.services.workdocs
Method parameters in software.amazon.awssdk.services.workdocs with type arguments of type UpdateDocumentVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateDocumentVersionResponse>WorkDocsAsyncClient. updateDocumentVersion(Consumer<UpdateDocumentVersionRequest.Builder> updateDocumentVersionRequest)Changes the status of the document version to ACTIVE.default UpdateDocumentVersionResponseWorkDocsClient. updateDocumentVersion(Consumer<UpdateDocumentVersionRequest.Builder> updateDocumentVersionRequest)Changes the status of the document version to ACTIVE. -
Uses of UpdateDocumentVersionRequest.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return UpdateDocumentVersionRequest.Builder Modifier and Type Method Description UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest.Builder. authenticationToken(String authenticationToken)Amazon WorkDocs authentication token.static UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest. builder()UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest.Builder. documentId(String documentId)The ID of the document.UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest. toBuilder()UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest.Builder. versionId(String versionId)The version ID of the document.UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest.Builder. versionStatus(String versionStatus)The status of the version.UpdateDocumentVersionRequest.BuilderUpdateDocumentVersionRequest.Builder. versionStatus(DocumentVersionStatus versionStatus)The status of the version.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type UpdateDocumentVersionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateDocumentVersionRequest.Builder>UpdateDocumentVersionRequest. serializableBuilderClass()
-