Uses of Class
com.oracle.bmc.cloudguard.model.EntitiesMapping
-
Packages that use EntitiesMapping Package Description com.oracle.bmc.cloudguard.model -
-
Uses of EntitiesMapping in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return EntitiesMapping Modifier and Type Method Description EntitiesMapping
EntitiesMapping.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type EntitiesMapping Modifier and Type Method Description List<EntitiesMapping>
CreateDetectorRuleDetails. getEntitiesMappings()
Data source entities mapping for the detector ruleList<EntitiesMapping>
DetectorDetails. getEntitiesMappings()
Data source entities mapping for a detector ruleList<EntitiesMapping>
DetectorRecipeDetectorRule. getEntitiesMappings()
Data source entities mapping for the detector ruleList<EntitiesMapping>
DetectorRecipeDetectorRuleSummary. getEntitiesMappings()
Data source entities mapping for the detector ruleList<EntitiesMapping>
TargetDetectorRecipeDetectorRule. getEntitiesMappings()
Data source entities mapping for a detector ruleList<EntitiesMapping>
TargetDetectorRecipeDetectorRuleSummary. getEntitiesMappings()
Data source entities mapping for a detector ruleList<EntitiesMapping>
UpdateDetectorRuleDetails. getEntitiesMappings()
Data source entities mapping for a detector ruleMethods in com.oracle.bmc.cloudguard.model with parameters of type EntitiesMapping Modifier and Type Method Description EntitiesMapping.Builder
EntitiesMapping.Builder. copy(EntitiesMapping model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type EntitiesMapping Modifier and Type Method Description CreateDetectorRuleDetails.Builder
CreateDetectorRuleDetails.Builder. entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data source entities mapping for the detector ruleDetectorDetails.Builder
DetectorDetails.Builder. entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data source entities mapping for a detector ruleDetectorRecipeDetectorRule.Builder
DetectorRecipeDetectorRule.Builder. entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data source entities mapping for the detector ruleDetectorRecipeDetectorRuleSummary.Builder
DetectorRecipeDetectorRuleSummary.Builder. entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data source entities mapping for the detector ruleTargetDetectorRecipeDetectorRule.Builder
TargetDetectorRecipeDetectorRule.Builder. entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data source entities mapping for a detector ruleTargetDetectorRecipeDetectorRuleSummary.Builder
TargetDetectorRecipeDetectorRuleSummary.Builder. entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data source entities mapping for a detector ruleUpdateDetectorRuleDetails.Builder
UpdateDetectorRuleDetails.Builder. entitiesMappings(List<EntitiesMapping> entitiesMappings)
Data source entities mapping for a detector rule
-