Uses of Class
software.amazon.awssdk.services.wisdom.model.DeleteContentResponse
-
Packages that use DeleteContentResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. -
-
Uses of DeleteContentResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return DeleteContentResponse Modifier and Type Method Description default DeleteContentResponseWisdomClient. deleteContent(Consumer<DeleteContentRequest.Builder> deleteContentRequest)Deletes the content.default DeleteContentResponseWisdomClient. deleteContent(DeleteContentRequest deleteContentRequest)Deletes the content.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type DeleteContentResponse Modifier and Type Method Description default CompletableFuture<DeleteContentResponse>WisdomAsyncClient. deleteContent(Consumer<DeleteContentRequest.Builder> deleteContentRequest)Deletes the content.default CompletableFuture<DeleteContentResponse>WisdomAsyncClient. deleteContent(DeleteContentRequest deleteContentRequest)Deletes the content.
-