| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
List<SipRuleTargetApplication> |
UpdateSipRuleRequest.targetApplications()
The new value of the list of target applications.
|
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> |
CreateSipRuleRequest.targetApplications()
List of SIP media applications with priority and AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSipRuleRequest.Builder |
UpdateSipRuleRequest.Builder.targetApplications(SipRuleTargetApplication... targetApplications)
The new value of the list of target applications.
|
SipRule.Builder |
SipRule.Builder.targetApplications(SipRuleTargetApplication... targetApplications)
Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP
rule.
|
CreateSipRuleRequest.Builder |
CreateSipRuleRequest.Builder.targetApplications(SipRuleTargetApplication... targetApplications)
List of SIP media applications with priority and AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSipRuleRequest.Builder |
UpdateSipRuleRequest.Builder.targetApplications(Collection<SipRuleTargetApplication> targetApplications)
The new value of the list of target applications.
|
SipRule.Builder |
SipRule.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.
|
CreateSipRuleRequest.Builder |
CreateSipRuleRequest.Builder.targetApplications(Collection<SipRuleTargetApplication> targetApplications)
List of SIP media applications with priority and AWS Region.
|
Copyright © 2022. All rights reserved.