Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.clone() |
Rule |
Rule.withArn(String arn)
The Amazon Resource Name (ARN) of the rule.
|
Rule |
Rule.withDescription(String description)
The description of the rule.
|
Rule |
Rule.withEventPattern(String eventPattern)
The event pattern of the rule.
|
Rule |
Rule.withName(String name)
The rule's name.
|
Rule |
Rule.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) associated with the role that is used for
target invocation.
|
Rule |
Rule.withScheduleExpression(String scheduleExpression)
The scheduling expression.
|
Rule |
Rule.withState(RuleState state)
The rule's state.
|
Rule |
Rule.withState(String state)
The rule's state.
|
Modifier and Type | Method and Description |
---|---|
List<Rule> |
ListRulesResult.getRules()
List of rules matching the specified criteria.
|
Modifier and Type | Method and Description |
---|---|
ListRulesResult |
ListRulesResult.withRules(Rule... rules)
List of rules matching the specified criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
ListRulesResult.setRules(Collection<Rule> rules)
List of rules matching the specified criteria.
|
ListRulesResult |
ListRulesResult.withRules(Collection<Rule> rules)
List of rules matching the specified criteria.
|
Copyright © 2018. All rights reserved.