Uses of Class
software.amazon.awssdk.services.chime.model.SipRule
-
Packages that use SipRule Package Description software.amazon.awssdk.services.chime.model -
-
Uses of SipRule in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return SipRule Modifier and Type Method Description SipRuleCreateSipRuleResponse. sipRule()Returns the SIP rule information, including the rule ID, triggers, and target applications.SipRuleGetSipRuleResponse. sipRule()The SIP rule details.SipRuleUpdateSipRuleResponse. sipRule()Updated SIP rule details.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type SipRule Modifier and Type Method Description List<SipRule>ListSipRulesResponse. sipRules()List of SIP rules and rule details.Methods in software.amazon.awssdk.services.chime.model with parameters of type SipRule Modifier and Type Method Description CreateSipRuleResponse.BuilderCreateSipRuleResponse.Builder. sipRule(SipRule sipRule)Returns the SIP rule information, including the rule ID, triggers, and target applications.GetSipRuleResponse.BuilderGetSipRuleResponse.Builder. sipRule(SipRule sipRule)The SIP rule details.UpdateSipRuleResponse.BuilderUpdateSipRuleResponse.Builder. sipRule(SipRule sipRule)Updated SIP rule details.ListSipRulesResponse.BuilderListSipRulesResponse.Builder. sipRules(SipRule... sipRules)List of SIP rules and rule details.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type SipRule Modifier and Type Method Description ListSipRulesResponse.BuilderListSipRulesResponse.Builder. sipRules(Collection<SipRule> sipRules)List of SIP rules and rule details.
-