| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static RulePublishStatus |
RulePublishStatus.fromValue(String value)
Use this in place of valueOf.
|
static RulePublishStatus |
RulePublishStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RulePublishStatus[] |
RulePublishStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesRequest |
ListRulesRequest.withPublishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
CreateRuleRequest |
CreateRuleRequest.withPublishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
RuleSummary |
RuleSummary.withPublishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
Rule |
Rule.withPublishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
UpdateRuleRequest |
UpdateRuleRequest.withPublishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
Copyright © 2023. All rights reserved.