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 RuleRule. clone()RuleRule. withArn(String arn)The Amazon Resource Name (ARN) of the rule.RuleRule. withDescription(String description)The description of the rule.RuleRule. withEventPattern(String eventPattern)The event pattern of the rule.RuleRule. withName(String name)The rule's name.RuleRule. withRoleArn(String roleArn)The Amazon Resource Name (ARN) associated with the role that is used for target invocation.RuleRule. withScheduleExpression(String scheduleExpression)The scheduling expression.RuleRule. withState(RuleState state)The rule's state.RuleRule. 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 ListRulesResultListRulesResult. 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 voidListRulesResult. setRules(Collection<Rule> rules)List of rules matching the specified criteria.ListRulesResultListRulesResult. withRules(Collection<Rule> rules)List of rules matching the specified criteria.
-