Uses of Class
com.oracle.bmc.waas.responses.UpdateGoodBotsResponse
-
Packages that use UpdateGoodBotsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateGoodBotsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateGoodBotsResponse Modifier and Type Method Description UpdateGoodBotsResponse
Waas. updateGoodBots(UpdateGoodBotsRequest request)
Updates the list of good bots in the Web Application Firewall configuration for a policy.UpdateGoodBotsResponse
WaasClient. updateGoodBots(UpdateGoodBotsRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type UpdateGoodBotsResponse Modifier and Type Method Description Future<UpdateGoodBotsResponse>
WaasAsync. updateGoodBots(UpdateGoodBotsRequest request, AsyncHandler<UpdateGoodBotsRequest,UpdateGoodBotsResponse> handler)
Updates the list of good bots in the Web Application Firewall configuration for a policy.Future<UpdateGoodBotsResponse>
WaasAsyncClient. updateGoodBots(UpdateGoodBotsRequest request, AsyncHandler<UpdateGoodBotsRequest,UpdateGoodBotsResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateGoodBotsResponse Modifier and Type Method Description Future<UpdateGoodBotsResponse>
WaasAsync. updateGoodBots(UpdateGoodBotsRequest request, AsyncHandler<UpdateGoodBotsRequest,UpdateGoodBotsResponse> handler)
Updates the list of good bots in the Web Application Firewall configuration for a policy.Future<UpdateGoodBotsResponse>
WaasAsyncClient. updateGoodBots(UpdateGoodBotsRequest request, AsyncHandler<UpdateGoodBotsRequest,UpdateGoodBotsResponse> handler)
-
Uses of UpdateGoodBotsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateGoodBotsResponse Modifier and Type Method Description UpdateGoodBotsResponse
UpdateGoodBotsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateGoodBotsResponse Modifier and Type Method Description UpdateGoodBotsResponse.Builder
UpdateGoodBotsResponse.Builder. copy(UpdateGoodBotsResponse o)
Copy method to populate the builder with values from the given instance.
-