Uses of Class
com.oracle.bmc.waas.responses.UpdateThreatFeedsResponse
-
Packages that use UpdateThreatFeedsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateThreatFeedsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateThreatFeedsResponse 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.UpdateThreatFeedsResponse
WaasClient. updateThreatFeeds(UpdateThreatFeedsRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type UpdateThreatFeedsResponse 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)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateThreatFeedsResponse 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 UpdateThreatFeedsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateThreatFeedsResponse Modifier and Type Method Description UpdateThreatFeedsResponse
UpdateThreatFeedsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateThreatFeedsResponse Modifier and Type Method Description UpdateThreatFeedsResponse.Builder
UpdateThreatFeedsResponse.Builder. copy(UpdateThreatFeedsResponse o)
Copy method to populate the builder with values from the given instance.
-