Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteCustomMetadataRequest
-
Packages that use DeleteCustomMetadataRequest 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 DeleteCustomMetadataRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type DeleteCustomMetadataRequest Modifier and Type Method Description default CompletableFuture<DeleteCustomMetadataResponse>WorkDocsAsyncClient. deleteCustomMetadata(DeleteCustomMetadataRequest deleteCustomMetadataRequest)Deletes custom metadata from the specified resource.default DeleteCustomMetadataResponseWorkDocsClient. deleteCustomMetadata(DeleteCustomMetadataRequest deleteCustomMetadataRequest)Deletes custom metadata from the specified resource. -
Uses of DeleteCustomMetadataRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type DeleteCustomMetadataRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCustomMetadataRequestMarshaller. marshall(DeleteCustomMetadataRequest deleteCustomMetadataRequest)
-