Uses of Class
software.amazon.awssdk.services.connectcases.model.CreateCaseRuleResponse
-
Packages that use CreateCaseRuleResponse Package Description software.amazon.awssdk.services.connectcases -
-
Uses of CreateCaseRuleResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return CreateCaseRuleResponse Modifier and Type Method Description default CreateCaseRuleResponseConnectCasesClient. createCaseRule(Consumer<CreateCaseRuleRequest.Builder> createCaseRuleRequest)Creates a new case rule.default CreateCaseRuleResponseConnectCasesClient. createCaseRule(CreateCaseRuleRequest createCaseRuleRequest)Creates a new case rule.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type CreateCaseRuleResponse Modifier and Type Method Description default CompletableFuture<CreateCaseRuleResponse>ConnectCasesAsyncClient. createCaseRule(Consumer<CreateCaseRuleRequest.Builder> createCaseRuleRequest)Creates a new case rule.default CompletableFuture<CreateCaseRuleResponse>ConnectCasesAsyncClient. createCaseRule(CreateCaseRuleRequest createCaseRuleRequest)Creates a new case rule.
-