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.waasMethods in com.oracle.bmc.waas that return UpdateGoodBotsResponse Modifier and Type Method Description UpdateGoodBotsResponseWaas. updateGoodBots(UpdateGoodBotsRequest request)Updates the list of good bots in the Web Application Firewall configuration for a policy.UpdateGoodBotsResponseWaasClient. 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.responsesMethods in com.oracle.bmc.waas.responses that return UpdateGoodBotsResponse Modifier and Type Method Description UpdateGoodBotsResponseUpdateGoodBotsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateGoodBotsResponse Modifier and Type Method Description UpdateGoodBotsResponse.BuilderUpdateGoodBotsResponse.Builder. copy(UpdateGoodBotsResponse o)Copy method to populate the builder with values from the given instance.
 
-