Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteCustomMetadataResponse
-
Packages that use DeleteCustomMetadataResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of DeleteCustomMetadataResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DeleteCustomMetadataResponse Modifier and Type Method Description default DeleteCustomMetadataResponseWorkDocsClient. deleteCustomMetadata(Consumer<DeleteCustomMetadataRequest.Builder> deleteCustomMetadataRequest)Deletes custom metadata from the specified resource.default DeleteCustomMetadataResponseWorkDocsClient. deleteCustomMetadata(DeleteCustomMetadataRequest deleteCustomMetadataRequest)Deletes custom metadata from the specified resource.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DeleteCustomMetadataResponse Modifier and Type Method Description default CompletableFuture<DeleteCustomMetadataResponse>WorkDocsAsyncClient. deleteCustomMetadata(Consumer<DeleteCustomMetadataRequest.Builder> deleteCustomMetadataRequest)Deletes custom metadata from the specified resource.default CompletableFuture<DeleteCustomMetadataResponse>WorkDocsAsyncClient. deleteCustomMetadata(DeleteCustomMetadataRequest deleteCustomMetadataRequest)Deletes custom metadata from the specified resource.
-