Uses of Class
software.amazon.awssdk.services.connect.model.RulePublishStatus
-
Packages that use RulePublishStatus Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RulePublishStatus in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RulePublishStatus Modifier and Type Method Description static RulePublishStatusRulePublishStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RulePublishStatusCreateRuleRequest. publishStatus()The publish status of the rule.RulePublishStatusListRulesRequest. publishStatus()The publish status of the rule.RulePublishStatusRule. publishStatus()The publish status of the rule.RulePublishStatusRuleSummary. publishStatus()The publish status of the rule.RulePublishStatusUpdateRuleRequest. publishStatus()The publish status of the rule.static RulePublishStatusRulePublishStatus. 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.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RulePublishStatus Modifier and Type Method Description static Set<RulePublishStatus>RulePublishStatus. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type RulePublishStatus Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. publishStatus(RulePublishStatus publishStatus)The publish status of the rule.ListRulesRequest.BuilderListRulesRequest.Builder. publishStatus(RulePublishStatus publishStatus)The publish status of the rule.Rule.BuilderRule.Builder. publishStatus(RulePublishStatus publishStatus)The publish status of the rule.RuleSummary.BuilderRuleSummary.Builder. publishStatus(RulePublishStatus publishStatus)The publish status of the rule.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. publishStatus(RulePublishStatus publishStatus)The publish status of the rule.
-