Uses of Class
com.oracle.bmc.threatintelligence.model.IndicatorType
-
Packages that use IndicatorType Package Description com.oracle.bmc.threatintelligence.model com.oracle.bmc.threatintelligence.requests -
-
Uses of IndicatorType in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return IndicatorType Modifier and Type Method Description static IndicatorType
IndicatorType. create(String key)
IndicatorType
SummarizeIndicatorsDetails. getIndicatorType()
The type of indicator this isIndicatorType
Indicator. getType()
The type of indicator.IndicatorType
IndicatorCountDimensions. getType()
The indicator type that was counted.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.Methods in com.oracle.bmc.threatintelligence.model with parameters of type IndicatorType Modifier and Type Method Description SummarizeIndicatorsDetails.Builder
SummarizeIndicatorsDetails.Builder. indicatorType(IndicatorType indicatorType)
The type of indicator this isIndicator.Builder
Indicator.Builder. type(IndicatorType type)
The type of indicator.IndicatorCountDimensions.Builder
IndicatorCountDimensions.Builder. type(IndicatorType type)
The indicator type that was counted.IndicatorSummary.Builder
IndicatorSummary.Builder. type(IndicatorType type)
The type of indicator.Constructors in com.oracle.bmc.threatintelligence.model with parameters of type IndicatorType Constructor 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. -
Uses of IndicatorType in com.oracle.bmc.threatintelligence.requests
Methods in com.oracle.bmc.threatintelligence.requests that return IndicatorType Modifier and Type Method Description IndicatorType
ListIndicatorsRequest. getType()
The indicator type of entities to be returned.Methods in com.oracle.bmc.threatintelligence.requests with parameters of type IndicatorType Modifier and Type Method Description ListIndicatorsRequest.Builder
ListIndicatorsRequest.Builder. type(IndicatorType type)
The indicator type of entities to be returned.
-