Uses of Class
software.amazon.awssdk.services.connectcases.model.UpdateCaseResponse
-
Packages that use UpdateCaseResponse 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 UpdateCaseResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return UpdateCaseResponse Modifier and Type Method Description default UpdateCaseResponseConnectCasesClient. updateCase(Consumer<UpdateCaseRequest.Builder> updateCaseRequest)default UpdateCaseResponseConnectCasesClient. updateCase(UpdateCaseRequest updateCaseRequest)Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type UpdateCaseResponse Modifier and Type Method Description default CompletableFuture<UpdateCaseResponse>ConnectCasesAsyncClient. updateCase(Consumer<UpdateCaseRequest.Builder> updateCaseRequest)default CompletableFuture<UpdateCaseResponse>ConnectCasesAsyncClient. updateCase(UpdateCaseRequest updateCaseRequest)
-