Uses of Class
com.oracle.bmc.waas.model.ThreatFeedAction
-
Packages that use ThreatFeedAction Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests -
-
Uses of ThreatFeedAction in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ThreatFeedAction Modifier and Type Method Description ThreatFeedAction
ThreatFeedAction.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type ThreatFeedAction Modifier and Type Method Description ThreatFeedAction.Builder
ThreatFeedAction.Builder. copy(ThreatFeedAction model)
-
Uses of ThreatFeedAction in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type ThreatFeedAction Modifier and Type Method Description List<ThreatFeedAction>
UpdateThreatFeedsRequest. getBody$()
Alternative accessor for the body parameter.List<ThreatFeedAction>
UpdateThreatFeedsRequest. getThreatFeeds()
A list of threat feeds for which to update the actions.Methods in com.oracle.bmc.waas.requests with parameters of type ThreatFeedAction Modifier and Type Method Description UpdateThreatFeedsRequest.Builder
UpdateThreatFeedsRequest.Builder. threatFeeds(ThreatFeedAction singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type ThreatFeedAction Modifier and Type Method Description UpdateThreatFeedsRequest.Builder
UpdateThreatFeedsRequest.Builder. body$(List<ThreatFeedAction> body)
Alternative setter for the body parameter.UpdateThreatFeedsRequest.Builder
UpdateThreatFeedsRequest.Builder. threatFeeds(List<ThreatFeedAction> threatFeeds)
A list of threat feeds for which to update the actions.
-