Package | Description |
---|---|
com.oracle.bmc.threatintelligence.model | |
com.oracle.bmc.threatintelligence.requests |
Modifier and Type | Method and Description |
---|---|
static IndicatorType |
IndicatorType.create(String key) |
IndicatorType |
SummarizeIndicatorsDetails.getIndicatorType()
The type of indicator this is
|
IndicatorType |
IndicatorCountDimensions.getType()
The indicator type that was counted.
|
IndicatorType |
Indicator.getType()
The type of indicator.
|
IndicatorType |
IndicatorSummary.getType()
The type of indicator.
|
static IndicatorType |
IndicatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndicatorType[] |
IndicatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeIndicatorsDetails.Builder |
SummarizeIndicatorsDetails.Builder.indicatorType(IndicatorType indicatorType)
The type of indicator this is
|
IndicatorCountDimensions.Builder |
IndicatorCountDimensions.Builder.type(IndicatorType type)
The indicator type that was counted.
|
Indicator.Builder |
Indicator.Builder.type(IndicatorType type)
The type of indicator.
|
IndicatorSummary.Builder |
IndicatorSummary.Builder.type(IndicatorType type)
The type of indicator.
|
Constructor and 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.
|
IndicatorCountDimensions(String compartmentId,
IndicatorType type)
Deprecated.
|
IndicatorSummary(String id,
IndicatorType type,
String value,
Integer confidence,
String compartmentId,
List<String> threatTypes,
List<IndicatorAttributeSummary> attributes,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Date timeLastSeen,
GeodataDetails geodata)
Deprecated.
|
SummarizeIndicatorsDetails(IndicatorType indicatorType,
String indicatorValue,
List<String> threatTypes,
Integer confidenceGreaterThanOrEqualTo,
Date timeUpdatedGreaterThanOrEqualTo,
Date timeUpdatedLessThan,
Date timeLastSeenGreaterThanOrEqualTo,
Date timeLastSeenLessThan,
Date timeCreatedGreaterThanOrEqualTo,
Date timeCreatedLessThan,
String indicatorSeenBy,
String malware,
String threatActor,
SortOrder sortOrder,
SummarizeIndicatorsDetails.SortBy sortBy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IndicatorType |
ListIndicatorsRequest.getType()
The indicator type of entities to be returned.
|
Modifier and Type | Method and Description |
---|---|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.type(IndicatorType type)
The indicator type of entities to be returned.
|
Copyright © 2016–2024. All rights reserved.