Uses of Class
com.oracle.bmc.waas.requests.UpdateGoodBotsRequest
-
Packages that use UpdateGoodBotsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateGoodBotsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateGoodBotsRequest 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.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)
UpdateGoodBotsResponse
WaasClient. updateGoodBots(UpdateGoodBotsRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateGoodBotsRequest 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 UpdateGoodBotsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateGoodBotsRequest Modifier and Type Method Description UpdateGoodBotsRequest
UpdateGoodBotsRequest.Builder. build()
Build the instance of UpdateGoodBotsRequest as configured by this builderUpdateGoodBotsRequest
UpdateGoodBotsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateGoodBotsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateGoodBotsRequest Modifier and Type Method Description UpdateGoodBotsRequest.Builder
UpdateGoodBotsRequest.Builder. copy(UpdateGoodBotsRequest o)
Copy method to populate the builder with values from the given instance.
-