Uses of Class
com.oracle.bmc.waas.model.ThreatFeed
-
Packages that use ThreatFeed Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of ThreatFeed in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type ThreatFeed Modifier and Type Method Description Iterable<ThreatFeed>
WaasPaginators. listThreatFeedsRecordIterator(ListThreatFeedsRequest request)
Creates a new iterable which will iterate over theThreatFeed
objects contained in responses from the listThreatFeeds operation. -
Uses of ThreatFeed in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ThreatFeed Modifier and Type Method Description ThreatFeed
ThreatFeed.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type ThreatFeed Modifier and Type Method Description List<ThreatFeed>
WafConfig. getThreatFeeds()
A list of threat intelligence feeds and the actions to apply to known malicious traffic based on internet intelligence.Methods in com.oracle.bmc.waas.model with parameters of type ThreatFeed Modifier and Type Method Description ThreatFeed.Builder
ThreatFeed.Builder. copy(ThreatFeed model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type ThreatFeed Modifier and Type Method Description WafConfig.Builder
WafConfig.Builder. threatFeeds(List<ThreatFeed> threatFeeds)
A list of threat intelligence feeds and the actions to apply to known malicious traffic based on internet intelligence. -
Uses of ThreatFeed in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type ThreatFeed Modifier and Type Method Description List<ThreatFeed>
ListThreatFeedsResponse. getItems()
A list of com.oracle.bmc.waas.model.ThreatFeed instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type ThreatFeed Modifier and Type Method Description ListThreatFeedsResponse.Builder
ListThreatFeedsResponse.Builder. items(List<ThreatFeed> items)
A list of com.oracle.bmc.waas.model.ThreatFeed instances.
-