Uses of Class
com.oracle.bmc.cloudguard.model.TargetResponderRecipeResponderRule.SupportedModes
-
Packages that use TargetResponderRecipeResponderRule.SupportedModes Package Description com.oracle.bmc.cloudguard.model -
-
Uses of TargetResponderRecipeResponderRule.SupportedModes in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return TargetResponderRecipeResponderRule.SupportedModes Modifier and Type Method Description static TargetResponderRecipeResponderRule.SupportedModes
TargetResponderRecipeResponderRule.SupportedModes. create(String key)
static TargetResponderRecipeResponderRule.SupportedModes
TargetResponderRecipeResponderRule.SupportedModes. valueOf(String name)
Returns the enum constant of this type with the specified name.static TargetResponderRecipeResponderRule.SupportedModes[]
TargetResponderRecipeResponderRule.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 TargetResponderRecipeResponderRule.SupportedModes Modifier and Type Method Description List<TargetResponderRecipeResponderRule.SupportedModes>
TargetResponderRecipeResponderRule. getSupportedModes()
Supported execution modes for the responder ruleMethod parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetResponderRecipeResponderRule.SupportedModes Modifier and Type Method Description TargetResponderRecipeResponderRule.Builder
TargetResponderRecipeResponderRule.Builder. supportedModes(List<TargetResponderRecipeResponderRule.SupportedModes> supportedModes)
Supported execution modes for the responder rule
-