Uses of Class
com.oracle.bmc.threatintelligence.model.IndicatorCountSummary
-
Packages that use IndicatorCountSummary Package Description com.oracle.bmc.threatintelligence.model -
-
Uses of IndicatorCountSummary in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return IndicatorCountSummary Modifier and Type Method Description IndicatorCountSummary
IndicatorCountSummary.Builder. build()
Methods in com.oracle.bmc.threatintelligence.model that return types with arguments of type IndicatorCountSummary Modifier and Type Method Description List<IndicatorCountSummary>
IndicatorCountCollection. getItems()
The list of aggregated indicator counts.Methods in com.oracle.bmc.threatintelligence.model with parameters of type IndicatorCountSummary Modifier and Type Method Description IndicatorCountSummary.Builder
IndicatorCountSummary.Builder. copy(IndicatorCountSummary model)
Method parameters in com.oracle.bmc.threatintelligence.model with type arguments of type IndicatorCountSummary Modifier and Type Method Description IndicatorCountCollection.Builder
IndicatorCountCollection.Builder. items(List<IndicatorCountSummary> items)
The list of aggregated indicator counts.Constructor parameters in com.oracle.bmc.threatintelligence.model with type arguments of type IndicatorCountSummary Constructor Description IndicatorCountCollection(List<IndicatorCountSummary> items)
Deprecated.
-