Uses of Class
com.oracle.bmc.cloudguard.model.TargetResponderRecipeResponderRuleSummary.SupportedModes
-
Packages that use TargetResponderRecipeResponderRuleSummary.SupportedModes Package Description com.oracle.bmc.cloudguard.model -
-
Uses of TargetResponderRecipeResponderRuleSummary.SupportedModes in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return TargetResponderRecipeResponderRuleSummary.SupportedModes Modifier and Type Method Description static TargetResponderRecipeResponderRuleSummary.SupportedModes
TargetResponderRecipeResponderRuleSummary.SupportedModes. create(String key)
static TargetResponderRecipeResponderRuleSummary.SupportedModes
TargetResponderRecipeResponderRuleSummary.SupportedModes. valueOf(String name)
Returns the enum constant of this type with the specified name.static TargetResponderRecipeResponderRuleSummary.SupportedModes[]
TargetResponderRecipeResponderRuleSummary.SupportedModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type TargetResponderRecipeResponderRuleSummary.SupportedModes Modifier and Type Method Description List<TargetResponderRecipeResponderRuleSummary.SupportedModes>
TargetResponderRecipeResponderRuleSummary. getSupportedModes()
Supported execution modes for the responder ruleMethod parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetResponderRecipeResponderRuleSummary.SupportedModes Modifier and Type Method Description TargetResponderRecipeResponderRuleSummary.Builder
TargetResponderRecipeResponderRuleSummary.Builder. supportedModes(List<TargetResponderRecipeResponderRuleSummary.SupportedModes> supportedModes)
Supported execution modes for the responder rule
-