Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model | |
com.amazonaws.services.cloudwatchevents.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Rule> |
ListRulesResult.rules
List of rules matching the specified criteria.
|
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.clone() |
Rule |
Rule.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the rule.
|
Rule |
Rule.withDescription(java.lang.String description)
The description of the rule.
|
Rule |
Rule.withEventPattern(java.lang.String eventPattern)
The event pattern of the rule.
|
Rule |
Rule.withName(java.lang.String name)
The rule's name.
|
Rule |
Rule.withRoleArn(java.lang.String roleArn)
The Amazon Resource Name (ARN) associated with the role that is used for
target invocation.
|
Rule |
Rule.withScheduleExpression(java.lang.String scheduleExpression)
The scheduling expression.
|
Rule |
Rule.withState(RuleState state)
The rule's state.
|
Rule |
Rule.withState(java.lang.String state)
The rule's state.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Rule> rules)
List of rules matching the specified criteria.
|
ListRulesResult |
ListRulesResult.withRules(java.util.Collection<Rule> rules)
List of rules matching the specified criteria.
|
Modifier and Type | Method and Description |
---|---|
Rule |
RuleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RuleJsonMarshaller.marshall(Rule rule,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|