| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
SipRuleTargetApplication |
SipRuleTargetApplication.clone() |
SipRuleTargetApplication |
SipRuleTargetApplication.withAwsRegion(String awsRegion) |
SipRuleTargetApplication |
SipRuleTargetApplication.withPriority(Integer priority) |
SipRuleTargetApplication |
SipRuleTargetApplication.withSipMediaApplicationId(String sipMediaApplicationId) |
| Modifier and Type | Method and Description |
|---|---|
List<SipRuleTargetApplication> |
UpdateSipRuleRequest.getTargetApplications() |
List<SipRuleTargetApplication> |
CreateSipRuleRequest.getTargetApplications() |
List<SipRuleTargetApplication> |
SipRule.getTargetApplications() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSipRuleRequest |
UpdateSipRuleRequest.withTargetApplications(SipRuleTargetApplication... targetApplications)
NOTE: This method appends the values to the existing list (if any).
|
CreateSipRuleRequest |
CreateSipRuleRequest.withTargetApplications(SipRuleTargetApplication... targetApplications)
NOTE: This method appends the values to the existing list (if any).
|
SipRule |
SipRule.withTargetApplications(SipRuleTargetApplication... targetApplications)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSipRuleRequest.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
void |
CreateSipRuleRequest.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
void |
SipRule.setTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
UpdateSipRuleRequest |
UpdateSipRuleRequest.withTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
CreateSipRuleRequest |
CreateSipRuleRequest.withTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
SipRule |
SipRule.withTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
Copyright © 2023. All rights reserved.