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 UpdateWhitelistsResponse
Waas. 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)
UpdateWhitelistsResponse
WaasClient. 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 UpdateWhitelistsRequest
UpdateWhitelistsRequest.Builder. build()
Build the instance of UpdateWhitelistsRequest as configured by this builderUpdateWhitelistsRequest
UpdateWhitelistsRequest.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.Builder
UpdateWhitelistsRequest.Builder. copy(UpdateWhitelistsRequest o)
Copy method to populate the builder with values from the given instance.
-