Uses of Class
com.oracle.bmc.waas.responses.UpdateWhitelistsResponse
-
Packages that use UpdateWhitelistsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateWhitelistsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateWhitelistsResponse Modifier and Type Method Description UpdateWhitelistsResponseWaas. updateWhitelists(UpdateWhitelistsRequest request)Updates the list of IP addresses that bypass the Web Application Firewall for a WAAS policy.UpdateWhitelistsResponseWaasClient. updateWhitelists(UpdateWhitelistsRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type UpdateWhitelistsResponse Modifier and Type Method Description Future<UpdateWhitelistsResponse>WaasAsync. updateWhitelists(UpdateWhitelistsRequest request, AsyncHandler<UpdateWhitelistsRequest,UpdateWhitelistsResponse> handler)Updates the list of IP addresses that bypass the Web Application Firewall for a WAAS policy.Future<UpdateWhitelistsResponse>WaasAsyncClient. updateWhitelists(UpdateWhitelistsRequest request, AsyncHandler<UpdateWhitelistsRequest,UpdateWhitelistsResponse> handler)Method parameters in com.oracle.bmc.waas with type arguments of type UpdateWhitelistsResponse Modifier and Type Method Description Future<UpdateWhitelistsResponse>WaasAsync. updateWhitelists(UpdateWhitelistsRequest request, AsyncHandler<UpdateWhitelistsRequest,UpdateWhitelistsResponse> handler)Updates the list of IP addresses that bypass the Web Application Firewall for a WAAS policy.Future<UpdateWhitelistsResponse>WaasAsyncClient. updateWhitelists(UpdateWhitelistsRequest request, AsyncHandler<UpdateWhitelistsRequest,UpdateWhitelistsResponse> handler) -
Uses of UpdateWhitelistsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateWhitelistsResponse Modifier and Type Method Description UpdateWhitelistsResponseUpdateWhitelistsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateWhitelistsResponse Modifier and Type Method Description UpdateWhitelistsResponse.BuilderUpdateWhitelistsResponse.Builder. copy(UpdateWhitelistsResponse o)Copy method to populate the builder with values from the given instance.
-