Uses of Class
com.oracle.bmc.threatintelligence.model.IndicatorRelationship
-
Packages that use IndicatorRelationship Package Description com.oracle.bmc.threatintelligence.model -
-
Uses of IndicatorRelationship in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return IndicatorRelationship Modifier and Type Method Description IndicatorRelationship
IndicatorRelationship.Builder. build()
Methods in com.oracle.bmc.threatintelligence.model that return types with arguments of type IndicatorRelationship Modifier and Type Method Description List<IndicatorRelationship>
Indicator. getRelationships()
A map of relationships between the indicator and other entities.Methods in com.oracle.bmc.threatintelligence.model with parameters of type IndicatorRelationship Modifier and Type Method Description IndicatorRelationship.Builder
IndicatorRelationship.Builder. copy(IndicatorRelationship model)
Method parameters in com.oracle.bmc.threatintelligence.model with type arguments of type IndicatorRelationship Modifier and Type Method Description Indicator.Builder
Indicator.Builder. relationships(List<IndicatorRelationship> relationships)
A map of relationships between the indicator and other entities.
-