Uses of Class
com.oracle.bmc.cloudguard.model.SightingType
-
Packages that use SightingType Package Description com.oracle.bmc.cloudguard.model -
-
Uses of SightingType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return SightingType Modifier and Type Method Description SightingTypeSightingType.Builder. build()Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type SightingType Modifier and Type Method Description List<SightingType>DetectorDetails. getSightingTypes()List of sighting typesList<SightingType>TargetDetectorDetails. getSightingTypes()List of sighting typesMethods in com.oracle.bmc.cloudguard.model with parameters of type SightingType Modifier and Type Method Description SightingType.BuilderSightingType.Builder. copy(SightingType model)Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type SightingType Modifier and Type Method Description DetectorDetails.BuilderDetectorDetails.Builder. sightingTypes(List<SightingType> sightingTypes)List of sighting typesTargetDetectorDetails.BuilderTargetDetectorDetails.Builder. sightingTypes(List<SightingType> sightingTypes)List of sighting types
-