Uses of Class
software.amazon.awssdk.services.securityhub.model.RuleStatus
-
Packages that use RuleStatus Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RuleStatus in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return RuleStatus Modifier and Type Method Description static RuleStatusRuleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleStatusAutomationRulesConfig. ruleStatus()Whether the rule is active after it is created.RuleStatusAutomationRulesMetadata. ruleStatus()Whether the rule is active after it is created.RuleStatusCreateAutomationRuleRequest. ruleStatus()Whether the rule is active after it is created.RuleStatusUpdateAutomationRulesRequestItem. ruleStatus()Whether the rule is active after it is created.static RuleStatusRuleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleStatus[]RuleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type RuleStatus Modifier and Type Method Description static Set<RuleStatus>RuleStatus. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type RuleStatus Modifier and Type Method Description AutomationRulesConfig.BuilderAutomationRulesConfig.Builder. ruleStatus(RuleStatus ruleStatus)Whether the rule is active after it is created.AutomationRulesMetadata.BuilderAutomationRulesMetadata.Builder. ruleStatus(RuleStatus ruleStatus)Whether the rule is active after it is created.CreateAutomationRuleRequest.BuilderCreateAutomationRuleRequest.Builder. ruleStatus(RuleStatus ruleStatus)Whether the rule is active after it is created.UpdateAutomationRulesRequestItem.BuilderUpdateAutomationRulesRequestItem.Builder. ruleStatus(RuleStatus ruleStatus)Whether the rule is active after it is created.
-