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