Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model |
Modifier and Type | Method and Description |
---|---|
static RuleState |
RuleState.fromValue(String value)
Use this in place of valueOf.
|
static RuleState |
RuleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleState[] |
RuleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PutRuleRequest.setState(RuleState state)
Indicates whether the rule is enabled or disabled.
|
void |
Rule.setState(RuleState state)
The rule's state.
|
void |
DescribeRuleResult.setState(RuleState state)
Specifies whether the rule is enabled or disabled.
|
PutRuleRequest |
PutRuleRequest.withState(RuleState state)
Indicates whether the rule is enabled or disabled.
|
Rule |
Rule.withState(RuleState state)
The rule's state.
|
DescribeRuleResult |
DescribeRuleResult.withState(RuleState state)
Specifies whether the rule is enabled or disabled.
|
Copyright © 2018. All rights reserved.