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