| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static RulePublishStatus |
RulePublishStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RulePublishStatus |
CreateRuleRequest.publishStatus()
The publish status of the rule.
|
RulePublishStatus |
Rule.publishStatus()
The publish status of the rule.
|
RulePublishStatus |
ListRulesRequest.publishStatus()
The publish status of the rule.
|
RulePublishStatus |
RuleSummary.publishStatus()
The publish status of the rule.
|
RulePublishStatus |
UpdateRuleRequest.publishStatus()
The publish status of the rule.
|
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 |
|---|---|
static Set<RulePublishStatus> |
RulePublishStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.publishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
Rule.Builder |
Rule.Builder.publishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.publishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
RuleSummary.Builder |
RuleSummary.Builder.publishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
UpdateRuleRequest.Builder |
UpdateRuleRequest.Builder.publishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
Copyright © 2023. All rights reserved.