| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
SipRuleTargetApplication |
SipRuleTargetApplication.clone() |
SipRuleTargetApplication |
SipRuleTargetApplication.withAwsRegion(String awsRegion)
AWS Region of 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> |
CreateSipRuleRequest.getTargetApplications()
List of SIP media applications with priority and AWS Region.
|
List<SipRuleTargetApplication> |
UpdateSipRuleRequest.getTargetApplications()
The new value of the list of target applications.
|
List<SipRuleTargetApplication> |
SipRule.getTargetApplications()
List of SIP media applications with priority and AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSipRuleRequest |
CreateSipRuleRequest.withTargetApplications(SipRuleTargetApplication... targetApplications)
List of SIP media applications with priority and AWS Region.
|
UpdateSipRuleRequest |
UpdateSipRuleRequest.withTargetApplications(SipRuleTargetApplication... targetApplications)
The new value of the list of target applications.
|
SipRule |
SipRule.withTargetApplications(SipRuleTargetApplication... targetApplications)
List of SIP media applications with priority and AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSipRuleRequest.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
List of SIP media applications with priority and AWS Region.
|
void |
UpdateSipRuleRequest.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
The new value of the list of target applications.
|
void |
SipRule.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
List of SIP media applications with priority and AWS Region.
|
CreateSipRuleRequest |
CreateSipRuleRequest.withTargetApplications(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)
List of SIP media applications with priority and AWS Region.
|
Copyright © 2021. All rights reserved.