| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleState |
RuleState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RuleState |
Rule.state()
The state of the rule.
|
RuleState |
PutRuleRequest.state()
Indicates whether the rule is enabled or disabled.
|
RuleState |
DescribeRuleResponse.state()
Specifies whether the rule is enabled or disabled.
|
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 |
|---|---|
static Set<RuleState> |
RuleState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.state(RuleState state)
The state of the rule.
|
PutRuleRequest.Builder |
PutRuleRequest.Builder.state(RuleState state)
Indicates whether the rule is enabled or disabled.
|
DescribeRuleResponse.Builder |
DescribeRuleResponse.Builder.state(RuleState state)
Specifies whether the rule is enabled or disabled.
|
Copyright © 2023. All rights reserved.