Uses of Class
com.oracle.bmc.waas.responses.ListThreatFeedsResponse
-
Packages that use ListThreatFeedsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListThreatFeedsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListThreatFeedsResponse Modifier and Type Method Description ListThreatFeedsResponse
Waas. listThreatFeeds(ListThreatFeedsRequest request)
Gets the list of available web application threat intelligence feeds and the actions set for each feed.ListThreatFeedsResponse
WaasClient. listThreatFeeds(ListThreatFeedsRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListThreatFeedsResponse Modifier and Type Method Description Future<ListThreatFeedsResponse>
WaasAsync. listThreatFeeds(ListThreatFeedsRequest request, AsyncHandler<ListThreatFeedsRequest,ListThreatFeedsResponse> handler)
Gets the list of available web application threat intelligence feeds and the actions set for each feed.Future<ListThreatFeedsResponse>
WaasAsyncClient. listThreatFeeds(ListThreatFeedsRequest request, AsyncHandler<ListThreatFeedsRequest,ListThreatFeedsResponse> handler)
Iterable<ListThreatFeedsResponse>
WaasPaginators. listThreatFeedsResponseIterator(ListThreatFeedsRequest request)
Creates a new iterable which will iterate over the responses received from the listThreatFeeds operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListThreatFeedsResponse Modifier and Type Method Description Future<ListThreatFeedsResponse>
WaasAsync. listThreatFeeds(ListThreatFeedsRequest request, AsyncHandler<ListThreatFeedsRequest,ListThreatFeedsResponse> handler)
Gets the list of available web application threat intelligence feeds and the actions set for each feed.Future<ListThreatFeedsResponse>
WaasAsyncClient. listThreatFeeds(ListThreatFeedsRequest request, AsyncHandler<ListThreatFeedsRequest,ListThreatFeedsResponse> handler)
-
Uses of ListThreatFeedsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListThreatFeedsResponse Modifier and Type Method Description ListThreatFeedsResponse
ListThreatFeedsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListThreatFeedsResponse Modifier and Type Method Description ListThreatFeedsResponse.Builder
ListThreatFeedsResponse.Builder. copy(ListThreatFeedsResponse o)
Copy method to populate the builder with values from the given instance.
-