Uses of Class
com.oracle.bmc.threatintelligence.model.IndicatorCountCollection
-
Packages that use IndicatorCountCollection Package Description com.oracle.bmc.threatintelligence.model com.oracle.bmc.threatintelligence.responses -
-
Uses of IndicatorCountCollection in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return IndicatorCountCollection Modifier and Type Method Description IndicatorCountCollection
IndicatorCountCollection.Builder. build()
Methods in com.oracle.bmc.threatintelligence.model with parameters of type IndicatorCountCollection Modifier and Type Method Description IndicatorCountCollection.Builder
IndicatorCountCollection.Builder. copy(IndicatorCountCollection model)
-
Uses of IndicatorCountCollection in com.oracle.bmc.threatintelligence.responses
Methods in com.oracle.bmc.threatintelligence.responses that return IndicatorCountCollection Modifier and Type Method Description IndicatorCountCollection
ListIndicatorCountsResponse. getIndicatorCountCollection()
The returned IndicatorCountCollection instance.Methods in com.oracle.bmc.threatintelligence.responses with parameters of type IndicatorCountCollection Modifier and Type Method Description ListIndicatorCountsResponse.Builder
ListIndicatorCountsResponse.Builder. indicatorCountCollection(IndicatorCountCollection indicatorCountCollection)
The returned IndicatorCountCollection instance.
-