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