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