| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
SipRule |
SipRule.clone() |
SipRule |
UpdateSipRuleResult.getSipRule()
The updated SIP rule details.
|
SipRule |
GetSipRuleResult.getSipRule()
The SIP rule details.
|
SipRule |
CreateSipRuleResult.getSipRule()
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)
A SIP rule's name.
|
SipRule |
SipRule.withSipRuleId(String sipRuleId)
A SIP rule's ID.
|
SipRule |
SipRule.withTargetApplications(Collection<SipRuleTargetApplication> targetApplications)
The 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)
The 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 set for a SIP rule, either a phone number or a URI request host name.
|
SipRule |
SipRule.withTriggerType(String triggerType)
The type of trigger set for a SIP rule, either a phone number or a URI request host name.
|
SipRule |
SipRule.withTriggerValue(String triggerValue)
The value set for a SIP rule's trigger type.
|
SipRule |
SipRule.withUpdatedTimestamp(Date updatedTimestamp)
The time at which the SIP rule was updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<SipRule> |
ListSipRulesResult.getSipRules()
The list of SIP rules and details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSipRuleResult.setSipRule(SipRule sipRule)
The updated SIP rule details.
|
void |
GetSipRuleResult.setSipRule(SipRule sipRule)
The SIP rule details.
|
void |
CreateSipRuleResult.setSipRule(SipRule sipRule)
The SIP rule information, including the rule ID, triggers, and target applications.
|
UpdateSipRuleResult |
UpdateSipRuleResult.withSipRule(SipRule sipRule)
The updated SIP rule details.
|
GetSipRuleResult |
GetSipRuleResult.withSipRule(SipRule sipRule)
The SIP rule details.
|
CreateSipRuleResult |
CreateSipRuleResult.withSipRule(SipRule sipRule)
The SIP rule information, including the rule ID, triggers, and target applications.
|
ListSipRulesResult |
ListSipRulesResult.withSipRules(SipRule... sipRules)
The list of SIP rules and details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSipRulesResult.setSipRules(Collection<SipRule> sipRules)
The list of SIP rules and details.
|
ListSipRulesResult |
ListSipRulesResult.withSipRules(Collection<SipRule> sipRules)
The list of SIP rules and details.
|
Copyright © 2023. All rights reserved.