| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
SipRule |
SipRule.clone() |
SipRule |
GetSipRuleResult.getSipRule() |
SipRule |
CreateSipRuleResult.getSipRule() |
SipRule |
UpdateSipRuleResult.getSipRule() |
SipRule |
SipRule.withCreatedTimestamp(Date createdTimestamp) |
SipRule |
SipRule.withDisabled(Boolean disabled) |
SipRule |
SipRule.withName(String name) |
SipRule |
SipRule.withSipRuleId(String sipRuleId) |
SipRule |
SipRule.withTargetApplications(Collection<SipRuleTargetApplication> targetApplications) |
SipRule |
SipRule.withTargetApplications(SipRuleTargetApplication... targetApplications)
NOTE: This method appends the values to the existing list (if any).
|
SipRule |
SipRule.withTriggerType(SipRuleTriggerType triggerType) |
SipRule |
SipRule.withTriggerType(String triggerType) |
SipRule |
SipRule.withTriggerValue(String triggerValue) |
SipRule |
SipRule.withUpdatedTimestamp(Date updatedTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<SipRule> |
ListSipRulesResult.getSipRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSipRuleResult.setSipRule(SipRule sipRule) |
void |
CreateSipRuleResult.setSipRule(SipRule sipRule) |
void |
UpdateSipRuleResult.setSipRule(SipRule sipRule) |
GetSipRuleResult |
GetSipRuleResult.withSipRule(SipRule sipRule) |
CreateSipRuleResult |
CreateSipRuleResult.withSipRule(SipRule sipRule) |
UpdateSipRuleResult |
UpdateSipRuleResult.withSipRule(SipRule sipRule) |
ListSipRulesResult |
ListSipRulesResult.withSipRules(SipRule... sipRules)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSipRulesResult.setSipRules(Collection<SipRule> sipRules) |
ListSipRulesResult |
ListSipRulesResult.withSipRules(Collection<SipRule> sipRules) |
Copyright © 2023. All rights reserved.