Uses of Class
com.oracle.bmc.threatintelligence.model.DataAttribution
-
Packages that use DataAttribution Package Description com.oracle.bmc.threatintelligence.model -
-
Uses of DataAttribution in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return DataAttribution Modifier and Type Method Description DataAttribution
DataAttribution.Builder. build()
Methods in com.oracle.bmc.threatintelligence.model that return types with arguments of type DataAttribution Modifier and Type Method Description List<DataAttribution>
IndicatorAttribute. getAttribution()
The array of attribution data that support this attribute.List<DataAttribution>
IndicatorRelationship. getAttribution()
The array of attribution data that support this relationship.List<DataAttribution>
ThreatType. getAttribution()
The list of supporting attribution information.Methods in com.oracle.bmc.threatintelligence.model with parameters of type DataAttribution Modifier and Type Method Description DataAttribution.Builder
DataAttribution.Builder. copy(DataAttribution model)
Method parameters in com.oracle.bmc.threatintelligence.model with type arguments of type DataAttribution Modifier and Type Method Description IndicatorAttribute.Builder
IndicatorAttribute.Builder. attribution(List<DataAttribution> attribution)
The array of attribution data that support this attribute.IndicatorRelationship.Builder
IndicatorRelationship.Builder. attribution(List<DataAttribution> attribution)
The array of attribution data that support this relationship.ThreatType.Builder
ThreatType.Builder. attribution(List<DataAttribution> attribution)
The list of supporting attribution information.Constructor parameters in com.oracle.bmc.threatintelligence.model with type arguments of type DataAttribution Constructor Description IndicatorAttribute(String name, String value, List<DataAttribution> attribution)
Deprecated.IndicatorRelationship(String name, EntityReference relatedEntity, List<DataAttribution> attribution)
Deprecated.ThreatType(String id, String name, List<DataAttribution> attribution)
Deprecated.
-