Uses of Class
software.amazon.awssdk.services.connectcases.model.UpdateCaseResponse
-
Packages that use UpdateCaseResponse Package Description software.amazon.awssdk.services.connectcases -
-
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)
-