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