Uses of Class
com.oracle.bmc.waas.requests.ListGoodBotsRequest
-
Packages that use ListGoodBotsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListGoodBotsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListGoodBotsRequest Modifier and Type Method Description ListGoodBotsResponse
Waas. listGoodBots(ListGoodBotsRequest request)
Gets the list of good bots defined in the Web Application Firewall configuration for a WAAS policy.Future<ListGoodBotsResponse>
WaasAsync. listGoodBots(ListGoodBotsRequest request, AsyncHandler<ListGoodBotsRequest,ListGoodBotsResponse> handler)
Gets the list of good bots defined in the Web Application Firewall configuration for a WAAS policy.Future<ListGoodBotsResponse>
WaasAsyncClient. listGoodBots(ListGoodBotsRequest request, AsyncHandler<ListGoodBotsRequest,ListGoodBotsResponse> handler)
ListGoodBotsResponse
WaasClient. listGoodBots(ListGoodBotsRequest request)
Iterable<GoodBot>
WaasPaginators. listGoodBotsRecordIterator(ListGoodBotsRequest request)
Creates a new iterable which will iterate over theGoodBot
objects contained in responses from the listGoodBots operation.Iterable<ListGoodBotsResponse>
WaasPaginators. listGoodBotsResponseIterator(ListGoodBotsRequest request)
Creates a new iterable which will iterate over the responses received from the listGoodBots operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListGoodBotsRequest Modifier and Type Method Description Future<ListGoodBotsResponse>
WaasAsync. listGoodBots(ListGoodBotsRequest request, AsyncHandler<ListGoodBotsRequest,ListGoodBotsResponse> handler)
Gets the list of good bots defined in the Web Application Firewall configuration for a WAAS policy.Future<ListGoodBotsResponse>
WaasAsyncClient. listGoodBots(ListGoodBotsRequest request, AsyncHandler<ListGoodBotsRequest,ListGoodBotsResponse> handler)
-
Uses of ListGoodBotsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListGoodBotsRequest Modifier and Type Method Description ListGoodBotsRequest
ListGoodBotsRequest.Builder. build()
Build the instance of ListGoodBotsRequest as configured by this builderListGoodBotsRequest
ListGoodBotsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListGoodBotsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListGoodBotsRequest Modifier and Type Method Description ListGoodBotsRequest.Builder
ListGoodBotsRequest.Builder. copy(ListGoodBotsRequest o)
Copy method to populate the builder with values from the given instance.
-