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