| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
SipRuleTargetApplication |
SipRuleTargetApplication.clone() |
SipRuleTargetApplication |
SipRuleTargetApplication.withAwsRegion(String awsRegion)
The AWS Region of the target application.
|
SipRuleTargetApplication |
SipRuleTargetApplication.withPriority(Integer priority)
Priority of the SIP media application in the target list.
|
SipRuleTargetApplication |
SipRuleTargetApplication.withSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<SipRuleTargetApplication> |
UpdateSipRuleRequest.getTargetApplications()
The new value of the list of target applications.
|
List<SipRuleTargetApplication> |
SipRule.getTargetApplications()
Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule.
|
List<SipRuleTargetApplication> |
CreateSipRuleRequest.getTargetApplications()
List of SIP media applications with priority and AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSipRuleRequest |
UpdateSipRuleRequest.withTargetApplications(SipRuleTargetApplication... targetApplications)
The new value of the list of target applications.
|
SipRule |
SipRule.withTargetApplications(SipRuleTargetApplication... targetApplications)
Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule.
|
CreateSipRuleRequest |
CreateSipRuleRequest.withTargetApplications(SipRuleTargetApplication... targetApplications)
List of SIP media applications with priority and AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSipRuleRequest.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
The new value of the list of target applications.
|
void |
SipRule.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule.
|
void |
CreateSipRuleRequest.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
List of SIP media applications with priority and AWS Region.
|
UpdateSipRuleRequest |
UpdateSipRuleRequest.withTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
The new value of the list of target applications.
|
SipRule |
SipRule.withTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule.
|
CreateSipRuleRequest |
CreateSipRuleRequest.withTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
List of SIP media applications with priority and AWS Region.
|
Copyright © 2022. All rights reserved.