Uses of Class
com.oracle.bmc.waas.requests.ListAddressListsRequest
-
Packages that use ListAddressListsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListAddressListsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListAddressListsRequest Modifier and Type Method Description ListAddressListsResponseWaas. listAddressLists(ListAddressListsRequest request)Gets a list of address lists that can be used in a WAAS policy.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)ListAddressListsResponseWaasClient. listAddressLists(ListAddressListsRequest request)Iterable<AddressListSummary>WaasPaginators. listAddressListsRecordIterator(ListAddressListsRequest request)Creates a new iterable which will iterate over theAddressListSummaryobjects contained in responses from the listAddressLists operation.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 ListAddressListsRequest 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 ListAddressListsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListAddressListsRequest Modifier and Type Method Description ListAddressListsRequestListAddressListsRequest.Builder. build()Build the instance of ListAddressListsRequest as configured by this builderListAddressListsRequestListAddressListsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAddressListsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListAddressListsRequest Modifier and Type Method Description ListAddressListsRequest.BuilderListAddressListsRequest.Builder. copy(ListAddressListsRequest o)Copy method to populate the builder with values from the given instance.
-