Uses of Class
com.oracle.bmc.cloudguard.model.DetectorConfiguration
-
Packages that use DetectorConfiguration Package Description com.oracle.bmc.cloudguard.model -
-
Uses of DetectorConfiguration in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return DetectorConfiguration Modifier and Type Method Description DetectorConfiguration
DetectorConfiguration.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type DetectorConfiguration Modifier and Type Method Description List<DetectorConfiguration>
CreateDetectorRuleDetails. getConfigurations()
List of detector rule configurationsList<DetectorConfiguration>
DetectorDetails. getConfigurations()
List of detector rule configurationsList<DetectorConfiguration>
TargetDetectorDetails. getConfigurations()
List of detector rule configurationsList<DetectorConfiguration>
UpdateDetectorRuleDetails. getConfigurations()
List of detector rule configurationsMethods in com.oracle.bmc.cloudguard.model with parameters of type DetectorConfiguration Modifier and Type Method Description DetectorConfiguration.Builder
DetectorConfiguration.Builder. copy(DetectorConfiguration model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type DetectorConfiguration Modifier and Type Method Description CreateDetectorRuleDetails.Builder
CreateDetectorRuleDetails.Builder. configurations(List<DetectorConfiguration> configurations)
List of detector rule configurationsDetectorDetails.Builder
DetectorDetails.Builder. configurations(List<DetectorConfiguration> configurations)
List of detector rule configurationsTargetDetectorDetails.Builder
TargetDetectorDetails.Builder. configurations(List<DetectorConfiguration> configurations)
List of detector rule configurationsUpdateDetectorRuleDetails.Builder
UpdateDetectorRuleDetails.Builder. configurations(List<DetectorConfiguration> configurations)
List of detector rule configurationsConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type DetectorConfiguration Constructor Description CreateDetectorRuleDetails(String sourceDetectorRuleId, String name, String description, Boolean isEnabled, RiskLevel riskLevel, List<DetectorConfiguration> configurations, Condition condition, List<String> labels, String recommendation, String dataSourceId, List<EntitiesMapping> entitiesMappings)
Deprecated.DetectorDetails(Boolean isEnabled, RiskLevel riskLevel, List<DetectorConfiguration> configurations, Condition condition, List<String> labels, Boolean isConfigurationAllowed, Integer problemThreshold, List<String> targetTypes, List<SightingType> sightingTypes, String description, String recommendation, String dataSourceId, List<EntitiesMapping> entitiesMappings)
Deprecated.TargetDetectorDetails(Boolean isEnabled, RiskLevel riskLevel, List<DetectorConfiguration> configurations, List<ConditionGroup> conditionGroups, List<String> labels, Boolean isConfigurationAllowed, Integer problemThreshold, List<String> targetTypes, List<SightingType> sightingTypes)
Deprecated.UpdateDetectorRuleDetails(Boolean isEnabled, RiskLevel riskLevel, List<DetectorConfiguration> configurations, Condition condition, List<String> labels, String description, String recommendation, String dataSourceId, List<EntitiesMapping> entitiesMappings)
Deprecated.
-