Uses of Class
software.amazon.awssdk.services.qconnect.model.DeleteContentResponse
-
Packages that use DeleteContentResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of DeleteContentResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return DeleteContentResponse Modifier and Type Method Description default DeleteContentResponseQConnectClient. deleteContent(Consumer<DeleteContentRequest.Builder> deleteContentRequest)Deletes the content.default DeleteContentResponseQConnectClient. deleteContent(DeleteContentRequest deleteContentRequest)Deletes the content.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type DeleteContentResponse Modifier and Type Method Description default CompletableFuture<DeleteContentResponse>QConnectAsyncClient. deleteContent(Consumer<DeleteContentRequest.Builder> deleteContentRequest)Deletes the content.default CompletableFuture<DeleteContentResponse>QConnectAsyncClient. deleteContent(DeleteContentRequest deleteContentRequest)Deletes the content.
-