Uses of Class
com.oracle.bmc.threatintelligence.model.IndicatorSummary
-
Packages that use IndicatorSummary Package Description com.oracle.bmc.threatintelligence com.oracle.bmc.threatintelligence.model -
-
Uses of IndicatorSummary in com.oracle.bmc.threatintelligence
Methods in com.oracle.bmc.threatintelligence that return types with arguments of type IndicatorSummary Modifier and Type Method Description Iterable<IndicatorSummary>
ThreatintelPaginators. listIndicatorsRecordIterator(ListIndicatorsRequest request)
Creates a new iterable which will iterate over theIndicatorSummary
objects contained in responses from the listIndicators operation. -
Uses of IndicatorSummary in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return IndicatorSummary Modifier and Type Method Description IndicatorSummary
IndicatorSummary.Builder. build()
Methods in com.oracle.bmc.threatintelligence.model that return types with arguments of type IndicatorSummary Modifier and Type Method Description List<IndicatorSummary>
IndicatorSummaryCollection. getItems()
The list of indicator summaries.Methods in com.oracle.bmc.threatintelligence.model with parameters of type IndicatorSummary Modifier and Type Method Description IndicatorSummary.Builder
IndicatorSummary.Builder. copy(IndicatorSummary model)
Method parameters in com.oracle.bmc.threatintelligence.model with type arguments of type IndicatorSummary Modifier and Type Method Description IndicatorSummaryCollection.Builder
IndicatorSummaryCollection.Builder. items(List<IndicatorSummary> items)
The list of indicator summaries.Constructor parameters in com.oracle.bmc.threatintelligence.model with type arguments of type IndicatorSummary Constructor Description IndicatorSummaryCollection(List<IndicatorSummary> items)
Deprecated.
-