Uses of Class
com.oracle.bmc.threatintelligence.model.ThreatType
-
Packages that use ThreatType Package Description com.oracle.bmc.threatintelligence.model -
-
Uses of ThreatType in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return ThreatType Modifier and Type Method Description ThreatTypeThreatType.Builder. build()Methods in com.oracle.bmc.threatintelligence.model that return types with arguments of type ThreatType Modifier and Type Method Description List<ThreatType>Indicator. getThreatTypes()Characteristics of the threat indicator based on previous observations or behavior.Methods in com.oracle.bmc.threatintelligence.model with parameters of type ThreatType Modifier and Type Method Description ThreatType.BuilderThreatType.Builder. copy(ThreatType model)Method parameters in com.oracle.bmc.threatintelligence.model with type arguments of type ThreatType Modifier and Type Method Description Indicator.BuilderIndicator.Builder. threatTypes(List<ThreatType> threatTypes)Characteristics of the threat indicator based on previous observations or behavior.Constructor parameters in com.oracle.bmc.threatintelligence.model with type arguments of type ThreatType Constructor Description Indicator(String id, IndicatorType type, String value, Integer confidence, String compartmentId, List<ThreatType> threatTypes, List<IndicatorAttribute> attributes, List<IndicatorRelationship> relationships, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Date timeLastSeen, GeodataDetails geodata)Deprecated.
-