Uses of Class
com.oracle.bmc.waas.requests.ListThreatFeedsRequest
-
Packages that use ListThreatFeedsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListThreatFeedsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListThreatFeedsRequest Modifier and Type Method Description ListThreatFeedsResponseWaas. listThreatFeeds(ListThreatFeedsRequest request)Gets the list of available web application threat intelligence feeds and the actions set for each feed.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)ListThreatFeedsResponseWaasClient. listThreatFeeds(ListThreatFeedsRequest request)Iterable<ThreatFeed>WaasPaginators. listThreatFeedsRecordIterator(ListThreatFeedsRequest request)Creates a new iterable which will iterate over theThreatFeedobjects contained in responses from the listThreatFeeds operation.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 ListThreatFeedsRequest 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 ListThreatFeedsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListThreatFeedsRequest Modifier and Type Method Description ListThreatFeedsRequestListThreatFeedsRequest.Builder. build()Build the instance of ListThreatFeedsRequest as configured by this builderListThreatFeedsRequestListThreatFeedsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListThreatFeedsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListThreatFeedsRequest Modifier and Type Method Description ListThreatFeedsRequest.BuilderListThreatFeedsRequest.Builder. copy(ListThreatFeedsRequest o)Copy method to populate the builder with values from the given instance.
-