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