Uses of Class
software.amazon.awssdk.services.qconnect.model.CreateContentResponse
-
Packages that use CreateContentResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of CreateContentResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return CreateContentResponse Modifier and Type Method Description default CreateContentResponseQConnectClient. createContent(Consumer<CreateContentRequest.Builder> createContentRequest)Creates Amazon Q in Connect content.default CreateContentResponseQConnectClient. createContent(CreateContentRequest createContentRequest)Creates Amazon Q in Connect content.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type CreateContentResponse Modifier and Type Method Description default CompletableFuture<CreateContentResponse>QConnectAsyncClient. createContent(Consumer<CreateContentRequest.Builder> createContentRequest)Creates Amazon Q in Connect content.default CompletableFuture<CreateContentResponse>QConnectAsyncClient. createContent(CreateContentRequest createContentRequest)Creates Amazon Q in Connect content.
-