Package | Description |
---|---|
com.oracle.bmc.threatintelligence.model |
Modifier and Type | Method and Description |
---|---|
DataAttribution |
DataAttribution.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DataAttribution> |
ThreatType.getAttribution()
The list of supporting attribution information.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DataAttribution.Builder |
DataAttribution.Builder.copy(DataAttribution model) |
Modifier and Type | Method and Description |
---|---|
ThreatType.Builder |
ThreatType.Builder.attribution(List<DataAttribution> attribution)
The list of supporting attribution information.
|
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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.