| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Rule |
Rule.clearTagsEntries()
Removes all the entries added into Tags.
|
Rule |
Rule.clone() |
Rule |
DescribeRuleResult.getRule()
Information about the rule.
|
Rule |
Rule.withActions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
Rule |
Rule.withActions(RuleAction... actions)
A list of actions to be run when the rule is triggered.
|
Rule |
Rule.withCreatedTime(Date createdTime)
The timestamp for when the rule was created.
|
Rule |
Rule.withFunction(String function)
The conditions of the rule.
|
Rule |
Rule.withLastUpdatedBy(String lastUpdatedBy)
The Amazon Resource Name (ARN) of the user who last updated the rule.
|
Rule |
Rule.withLastUpdatedTime(Date lastUpdatedTime)
The timestamp for the when the rule was last updated.
|
Rule |
Rule.withName(String name)
The name of the rule.
|
Rule |
Rule.withPublishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
Rule |
Rule.withPublishStatus(String publishStatus)
The publish status of the rule.
|
Rule |
Rule.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
|
Rule |
Rule.withRuleId(String ruleId)
A unique identifier for the rule.
|
Rule |
Rule.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Rule |
Rule.withTriggerEventSource(RuleTriggerEventSource triggerEventSource)
The event source to trigger the rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRuleResult.setRule(Rule rule)
Information about the rule.
|
DescribeRuleResult |
DescribeRuleResult.withRule(Rule rule)
Information about the rule.
|
Copyright © 2024. All rights reserved.