Uses of Class
software.amazon.awssdk.services.securityhub.model.AutomationRulesActionType
-
Packages that use AutomationRulesActionType Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AutomationRulesActionType in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AutomationRulesActionType Modifier and Type Method Description static AutomationRulesActionTypeAutomationRulesActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutomationRulesActionTypeAutomationRulesAction. type()Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.static AutomationRulesActionTypeAutomationRulesActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomationRulesActionType[]AutomationRulesActionType. 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 AutomationRulesActionType Modifier and Type Method Description static Set<AutomationRulesActionType>AutomationRulesActionType. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AutomationRulesActionType Modifier and Type Method Description AutomationRulesAction.BuilderAutomationRulesAction.Builder. type(AutomationRulesActionType type)Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.
-