Uses of Class
com.oracle.bmc.waas.requests.UpdateThreatFeedsRequest
-
Packages that use UpdateThreatFeedsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateThreatFeedsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateThreatFeedsRequest Modifier and Type Method Description UpdateThreatFeedsResponse
Waas. updateThreatFeeds(UpdateThreatFeedsRequest request)
Updates the action to take when a request’s IP address matches an address in the specified threat intelligence feed.Future<UpdateThreatFeedsResponse>
WaasAsync. updateThreatFeeds(UpdateThreatFeedsRequest request, AsyncHandler<UpdateThreatFeedsRequest,UpdateThreatFeedsResponse> handler)
Updates the action to take when a request’s IP address matches an address in the specified threat intelligence feed.Future<UpdateThreatFeedsResponse>
WaasAsyncClient. updateThreatFeeds(UpdateThreatFeedsRequest request, AsyncHandler<UpdateThreatFeedsRequest,UpdateThreatFeedsResponse> handler)
UpdateThreatFeedsResponse
WaasClient. updateThreatFeeds(UpdateThreatFeedsRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateThreatFeedsRequest Modifier and Type Method Description Future<UpdateThreatFeedsResponse>
WaasAsync. updateThreatFeeds(UpdateThreatFeedsRequest request, AsyncHandler<UpdateThreatFeedsRequest,UpdateThreatFeedsResponse> handler)
Updates the action to take when a request’s IP address matches an address in the specified threat intelligence feed.Future<UpdateThreatFeedsResponse>
WaasAsyncClient. updateThreatFeeds(UpdateThreatFeedsRequest request, AsyncHandler<UpdateThreatFeedsRequest,UpdateThreatFeedsResponse> handler)
-
Uses of UpdateThreatFeedsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateThreatFeedsRequest Modifier and Type Method Description UpdateThreatFeedsRequest
UpdateThreatFeedsRequest.Builder. build()
Build the instance of UpdateThreatFeedsRequest as configured by this builderUpdateThreatFeedsRequest
UpdateThreatFeedsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateThreatFeedsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateThreatFeedsRequest Modifier and Type Method Description UpdateThreatFeedsRequest.Builder
UpdateThreatFeedsRequest.Builder. copy(UpdateThreatFeedsRequest o)
Copy method to populate the builder with values from the given instance.
-