Uses of Class
com.oracle.bmc.cloudguard.model.ResponderConfiguration
-
Packages that use ResponderConfiguration Package Description com.oracle.bmc.cloudguard.model -
-
Uses of ResponderConfiguration in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResponderConfiguration Modifier and Type Method Description ResponderConfiguration
ResponderConfiguration.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ResponderConfiguration Modifier and Type Method Description List<ResponderConfiguration>
ExecuteResponderExecutionDetails. getConfigurations()
List of responder rule configurationsList<ResponderConfiguration>
ResponderRuleDetails. getConfigurations()
List of responder rule configurationsList<ResponderConfiguration>
ResponderRuleExecutionDetails. getConfigurations()
List of responder rule configurationsList<ResponderConfiguration>
TriggerResponderDetails. getConfigurations()
List of responder rule configurationsList<ResponderConfiguration>
UpdateTargetResponderRuleDetails. getConfigurations()
List of responder rule configurationsMethods in com.oracle.bmc.cloudguard.model with parameters of type ResponderConfiguration Modifier and Type Method Description ResponderConfiguration.Builder
ResponderConfiguration.Builder. copy(ResponderConfiguration model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderConfiguration Modifier and Type Method Description ExecuteResponderExecutionDetails.Builder
ExecuteResponderExecutionDetails.Builder. configurations(List<ResponderConfiguration> configurations)
List of responder rule configurationsResponderRuleDetails.Builder
ResponderRuleDetails.Builder. configurations(List<ResponderConfiguration> configurations)
List of responder rule configurationsResponderRuleExecutionDetails.Builder
ResponderRuleExecutionDetails.Builder. configurations(List<ResponderConfiguration> configurations)
List of responder rule configurationsTriggerResponderDetails.Builder
TriggerResponderDetails.Builder. configurations(List<ResponderConfiguration> configurations)
List of responder rule configurationsUpdateTargetResponderRuleDetails.Builder
UpdateTargetResponderRuleDetails.Builder. configurations(List<ResponderConfiguration> configurations)
List of responder rule configurationsConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderConfiguration Constructor Description ExecuteResponderExecutionDetails(List<ResponderConfiguration> configurations)
Deprecated.ResponderRuleDetails(Condition condition, List<ResponderConfiguration> configurations, Boolean isEnabled, ResponderModeTypes mode)
Deprecated.ResponderRuleExecutionDetails(Condition condition, List<ResponderConfiguration> configurations)
Deprecated.TriggerResponderDetails(String responderRuleId, List<ResponderConfiguration> configurations)
Deprecated.UpdateTargetResponderRuleDetails(Condition condition, List<ResponderConfiguration> configurations, ResponderModeTypes mode)
Deprecated.
-