| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.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 |
|---|---|
PutRuleRequest |
PutRuleRequest.withState(RuleState state)
Indicates whether the rule is enabled or disabled.
|
Rule |
Rule.withState(RuleState state)
The state of the rule.
|
DescribeRuleResult |
DescribeRuleResult.withState(RuleState state)
Specifies whether the rule is enabled or disabled.
|
Copyright © 2019. All rights reserved.