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