Uses of Class
software.amazon.awssdk.services.connectcases.model.CreateCaseResponse
-
Packages that use CreateCaseResponse Package Description software.amazon.awssdk.services.connectcases With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. -
-
Uses of CreateCaseResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return CreateCaseResponse Modifier and Type Method Description default CreateCaseResponseConnectCasesClient. createCase(Consumer<CreateCaseRequest.Builder> createCaseRequest)default CreateCaseResponseConnectCasesClient. createCase(CreateCaseRequest createCaseRequest)Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type CreateCaseResponse Modifier and Type Method Description default CompletableFuture<CreateCaseResponse>ConnectCasesAsyncClient. createCase(Consumer<CreateCaseRequest.Builder> createCaseRequest)default CompletableFuture<CreateCaseResponse>ConnectCasesAsyncClient. createCase(CreateCaseRequest createCaseRequest)
-