Uses of Class
com.amazonaws.services.cloudwatchevents.model.Rule
-
Packages that use Rule Package Description com.amazonaws.services.cloudwatchevents.model -
-
Uses of Rule in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return Rule Modifier and Type Method 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.Methods in com.amazonaws.services.cloudwatchevents.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
ListRulesResult. getRules()
List of rules matching the specified criteria.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type Rule Modifier and Type Method Description ListRulesResult
ListRulesResult. withRules(Rule... rules)
List of rules matching the specified criteria.Method parameters in com.amazonaws.services.cloudwatchevents.model with type arguments of type Rule Modifier and Type Method 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.
-