Uses of Class
software.amazon.awssdk.services.chime.model.SipRuleTargetApplication
-
Packages that use SipRuleTargetApplication Package Description software.amazon.awssdk.services.chime.model -
-
Uses of SipRuleTargetApplication in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type SipRuleTargetApplication Modifier and Type Method Description List<SipRuleTargetApplication>CreateSipRuleRequest. targetApplications()List of SIP media applications with priority and AWS Region.List<SipRuleTargetApplication>SipRule. targetApplications()Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule.List<SipRuleTargetApplication>UpdateSipRuleRequest. targetApplications()The new value of the list of target applications.Methods in software.amazon.awssdk.services.chime.model with parameters of type SipRuleTargetApplication Modifier and Type Method Description CreateSipRuleRequest.BuilderCreateSipRuleRequest.Builder. targetApplications(SipRuleTargetApplication... targetApplications)List of SIP media applications with priority and AWS Region.SipRule.BuilderSipRule.Builder. targetApplications(SipRuleTargetApplication... targetApplications)Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule.UpdateSipRuleRequest.BuilderUpdateSipRuleRequest.Builder. targetApplications(SipRuleTargetApplication... targetApplications)The new value of the list of target applications.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type SipRuleTargetApplication Modifier and Type Method Description CreateSipRuleRequest.BuilderCreateSipRuleRequest.Builder. targetApplications(Collection<SipRuleTargetApplication> targetApplications)List of SIP media applications with priority and AWS Region.SipRule.BuilderSipRule.Builder. targetApplications(Collection<SipRuleTargetApplication> targetApplications)Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule.UpdateSipRuleRequest.BuilderUpdateSipRuleRequest.Builder. targetApplications(Collection<SipRuleTargetApplication> targetApplications)The new value of the list of target applications.
-