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 ListGoodBotsResponseWaas. 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)ListGoodBotsResponseWaasClient. listGoodBots(ListGoodBotsRequest request)Iterable<GoodBot>WaasPaginators. listGoodBotsRecordIterator(ListGoodBotsRequest request)Creates a new iterable which will iterate over theGoodBotobjects 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 ListGoodBotsRequestListGoodBotsRequest.Builder. build()Build the instance of ListGoodBotsRequest as configured by this builderListGoodBotsRequestListGoodBotsRequest.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.BuilderListGoodBotsRequest.Builder. copy(ListGoodBotsRequest o)Copy method to populate the builder with values from the given instance.
-