| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
SipRule |
SipRule.clone() |
SipRule |
UpdateSipRuleResult.getSipRule()
Updated SIP rule details.
|
SipRule |
GetSipRuleResult.getSipRule()
The SIP rule details.
|
SipRule |
CreateSipRuleResult.getSipRule()
Returns the SIP rule information, including the rule ID, triggers, and target applications.
|
SipRule |
SipRule.withCreatedTimestamp(Date createdTimestamp)
The time at which the SIP rule was created, in ISO 8601 format.
|
SipRule |
SipRule.withDisabled(Boolean disabled)
Indicates whether the SIP rule is enabled or disabled.
|
SipRule |
SipRule.withName(String name)
The name of the SIP rule.
|
SipRule |
SipRule.withSipRuleId(String sipRuleId)
The SIP rule ID.
|
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.
|
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.
|
SipRule |
SipRule.withTriggerType(SipRuleTriggerType triggerType)
The type of trigger assigned to the SIP rule in
TriggerValue, currently
RequestUriHostname or ToPhoneNumber. |
SipRule |
SipRule.withTriggerType(String triggerType)
The type of trigger assigned to the SIP rule in
TriggerValue, currently
RequestUriHostname or ToPhoneNumber. |
SipRule |
SipRule.withTriggerValue(String triggerValue)
If
TriggerType is RequestUriHostname, then the value can be the outbound host name of
the Amazon Chime Voice Connector. |
SipRule |
SipRule.withUpdatedTimestamp(Date updatedTimestamp)
The time at which the SIP rule was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<SipRule> |
ListSipRulesResult.getSipRules()
List of SIP rules and rule details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSipRuleResult.setSipRule(SipRule sipRule)
Updated SIP rule details.
|
void |
GetSipRuleResult.setSipRule(SipRule sipRule)
The SIP rule details.
|
void |
CreateSipRuleResult.setSipRule(SipRule sipRule)
Returns the SIP rule information, including the rule ID, triggers, and target applications.
|
UpdateSipRuleResult |
UpdateSipRuleResult.withSipRule(SipRule sipRule)
Updated SIP rule details.
|
GetSipRuleResult |
GetSipRuleResult.withSipRule(SipRule sipRule)
The SIP rule details.
|
CreateSipRuleResult |
CreateSipRuleResult.withSipRule(SipRule sipRule)
Returns the SIP rule information, including the rule ID, triggers, and target applications.
|
ListSipRulesResult |
ListSipRulesResult.withSipRules(SipRule... sipRules)
List of SIP rules and rule details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSipRulesResult.setSipRules(Collection<SipRule> sipRules)
List of SIP rules and rule details.
|
ListSipRulesResult |
ListSipRulesResult.withSipRules(Collection<SipRule> sipRules)
List of SIP rules and rule details.
|
Copyright © 2022. All rights reserved.