Uses of Class
com.oracle.bmc.threatintelligence.model.EntityReference
-
Packages that use EntityReference Package Description com.oracle.bmc.threatintelligence.model -
-
Uses of EntityReference in com.oracle.bmc.threatintelligence.model
Subclasses of EntityReference in com.oracle.bmc.threatintelligence.model Modifier and Type Class Description class
IndicatorReference
A reference to a threat indicator resource.Methods in com.oracle.bmc.threatintelligence.model that return EntityReference Modifier and Type Method Description EntityReference
IndicatorRelationship. getRelatedEntity()
Methods in com.oracle.bmc.threatintelligence.model with parameters of type EntityReference Modifier and Type Method Description IndicatorRelationship.Builder
IndicatorRelationship.Builder. relatedEntity(EntityReference relatedEntity)
Constructors in com.oracle.bmc.threatintelligence.model with parameters of type EntityReference Constructor Description IndicatorRelationship(String name, EntityReference relatedEntity, List<DataAttribution> attribution)
Deprecated.
-