Uses of Class
software.amazon.awssdk.services.connectcases.model.CaseRuleDetails
-
Packages that use CaseRuleDetails Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of CaseRuleDetails in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return CaseRuleDetails Modifier and Type Method Description static CaseRuleDetailsCaseRuleDetails. fromRequired(Consumer<RequiredCaseRule.Builder> required)Create an instance of this class withrequired()initialized to the given value.static CaseRuleDetailsCaseRuleDetails. fromRequired(RequiredCaseRule required)Create an instance of this class withrequired()initialized to the given value.CaseRuleDetailsCreateCaseRuleRequest. rule()Represents what rule type should take place, under what conditions.CaseRuleDetailsGetCaseRuleResponse. rule()Represents what rule type should take place, under what conditions.CaseRuleDetailsUpdateCaseRuleRequest. rule()Represents what rule type should take place, under what conditions.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type CaseRuleDetails Modifier and Type Method Description CreateCaseRuleRequest.BuilderCreateCaseRuleRequest.Builder. rule(CaseRuleDetails rule)Represents what rule type should take place, under what conditions.GetCaseRuleResponse.BuilderGetCaseRuleResponse.Builder. rule(CaseRuleDetails rule)Represents what rule type should take place, under what conditions.UpdateCaseRuleRequest.BuilderUpdateCaseRuleRequest.Builder. rule(CaseRuleDetails rule)Represents what rule type should take place, under what conditions.
-