Uses of Class
com.oracle.bmc.waas.responses.ListAddressListsResponse
-
Packages that use ListAddressListsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListAddressListsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListAddressListsResponse Modifier and Type Method Description ListAddressListsResponseWaas. listAddressLists(ListAddressListsRequest request)Gets a list of address lists that can be used in a WAAS policy.ListAddressListsResponseWaasClient. listAddressLists(ListAddressListsRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type ListAddressListsResponse Modifier and Type Method Description Future<ListAddressListsResponse>WaasAsync. listAddressLists(ListAddressListsRequest request, AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)Gets a list of address lists that can be used in a WAAS policy.Future<ListAddressListsResponse>WaasAsyncClient. listAddressLists(ListAddressListsRequest request, AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)Iterable<ListAddressListsResponse>WaasPaginators. listAddressListsResponseIterator(ListAddressListsRequest request)Creates a new iterable which will iterate over the responses received from the listAddressLists operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListAddressListsResponse Modifier and Type Method Description Future<ListAddressListsResponse>WaasAsync. listAddressLists(ListAddressListsRequest request, AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)Gets a list of address lists that can be used in a WAAS policy.Future<ListAddressListsResponse>WaasAsyncClient. listAddressLists(ListAddressListsRequest request, AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler) -
Uses of ListAddressListsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListAddressListsResponse Modifier and Type Method Description ListAddressListsResponseListAddressListsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListAddressListsResponse Modifier and Type Method Description ListAddressListsResponse.BuilderListAddressListsResponse.Builder. copy(ListAddressListsResponse o)Copy method to populate the builder with values from the given instance.
-