Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.SipRuleTargetApplication
-
Packages that use SipRuleTargetApplication Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of SipRuleTargetApplication in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.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()The 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 list of target applications.Methods in software.amazon.awssdk.services.chimesdkvoice.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)The 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 list of target applications.Method parameters in software.amazon.awssdk.services.chimesdkvoice.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)The 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 list of target applications.
-