Uses of Class
com.oracle.bmc.waas.responses.ListWhitelistsResponse
-
Packages that use ListWhitelistsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListWhitelistsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListWhitelistsResponse Modifier and Type Method Description ListWhitelistsResponse
Waas. listWhitelists(ListWhitelistsRequest request)
Gets the list of whitelists defined in the Web Application Firewall configuration for a WAAS policy.ListWhitelistsResponse
WaasClient. listWhitelists(ListWhitelistsRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListWhitelistsResponse Modifier and Type Method Description Future<ListWhitelistsResponse>
WaasAsync. listWhitelists(ListWhitelistsRequest request, AsyncHandler<ListWhitelistsRequest,ListWhitelistsResponse> handler)
Gets the list of whitelists defined in the Web Application Firewall configuration for a WAAS policy.Future<ListWhitelistsResponse>
WaasAsyncClient. listWhitelists(ListWhitelistsRequest request, AsyncHandler<ListWhitelistsRequest,ListWhitelistsResponse> handler)
Iterable<ListWhitelistsResponse>
WaasPaginators. listWhitelistsResponseIterator(ListWhitelistsRequest request)
Creates a new iterable which will iterate over the responses received from the listWhitelists operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListWhitelistsResponse Modifier and Type Method Description Future<ListWhitelistsResponse>
WaasAsync. listWhitelists(ListWhitelistsRequest request, AsyncHandler<ListWhitelistsRequest,ListWhitelistsResponse> handler)
Gets the list of whitelists defined in the Web Application Firewall configuration for a WAAS policy.Future<ListWhitelistsResponse>
WaasAsyncClient. listWhitelists(ListWhitelistsRequest request, AsyncHandler<ListWhitelistsRequest,ListWhitelistsResponse> handler)
-
Uses of ListWhitelistsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListWhitelistsResponse Modifier and Type Method Description ListWhitelistsResponse
ListWhitelistsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListWhitelistsResponse Modifier and Type Method Description ListWhitelistsResponse.Builder
ListWhitelistsResponse.Builder. copy(ListWhitelistsResponse o)
Copy method to populate the builder with values from the given instance.
-