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