Uses of Class
software.amazon.awssdk.services.qconnect.model.CreateQuickResponseResponse
-
Packages that use CreateQuickResponseResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of CreateQuickResponseResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return CreateQuickResponseResponse Modifier and Type Method Description default CreateQuickResponseResponseQConnectClient. createQuickResponse(Consumer<CreateQuickResponseRequest.Builder> createQuickResponseRequest)Creates an Amazon Q in Connect quick response.default CreateQuickResponseResponseQConnectClient. createQuickResponse(CreateQuickResponseRequest createQuickResponseRequest)Creates an Amazon Q in Connect quick response.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type CreateQuickResponseResponse Modifier and Type Method Description default CompletableFuture<CreateQuickResponseResponse>QConnectAsyncClient. createQuickResponse(Consumer<CreateQuickResponseRequest.Builder> createQuickResponseRequest)Creates an Amazon Q in Connect quick response.default CompletableFuture<CreateQuickResponseResponse>QConnectAsyncClient. createQuickResponse(CreateQuickResponseRequest createQuickResponseRequest)Creates an Amazon Q in Connect quick response.
-