Uses of Class
com.oracle.bmc.threatintelligence.model.ThreatTypeSummary
-
Packages that use ThreatTypeSummary Package Description com.oracle.bmc.threatintelligence com.oracle.bmc.threatintelligence.model -
-
Uses of ThreatTypeSummary in com.oracle.bmc.threatintelligence
Methods in com.oracle.bmc.threatintelligence that return types with arguments of type ThreatTypeSummary Modifier and Type Method Description Iterable<ThreatTypeSummary>
ThreatintelPaginators. listThreatTypesRecordIterator(ListThreatTypesRequest request)
Creates a new iterable which will iterate over theThreatTypeSummary
objects contained in responses from the listThreatTypes operation. -
Uses of ThreatTypeSummary in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return ThreatTypeSummary Modifier and Type Method Description ThreatTypeSummary
ThreatTypeSummary.Builder. build()
Methods in com.oracle.bmc.threatintelligence.model that return types with arguments of type ThreatTypeSummary Modifier and Type Method Description List<ThreatTypeSummary>
ThreatTypesCollection. getItems()
The list of threat types that can be used to search for threat indicators.Methods in com.oracle.bmc.threatintelligence.model with parameters of type ThreatTypeSummary Modifier and Type Method Description ThreatTypeSummary.Builder
ThreatTypeSummary.Builder. copy(ThreatTypeSummary model)
Method parameters in com.oracle.bmc.threatintelligence.model with type arguments of type ThreatTypeSummary Modifier and Type Method Description ThreatTypesCollection.Builder
ThreatTypesCollection.Builder. items(List<ThreatTypeSummary> items)
The list of threat types that can be used to search for threat indicators.Constructor parameters in com.oracle.bmc.threatintelligence.model with type arguments of type ThreatTypeSummary Constructor Description ThreatTypesCollection(List<ThreatTypeSummary> items)
Deprecated.
-