Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
ListAddressListsResponse |
Waas.listAddressLists(ListAddressListsRequest request)
Gets a list of address lists that can be used in a WAAS policy.
|
ListAddressListsResponse |
WaasClient.listAddressLists(ListAddressListsRequest request) |
Future<ListAddressListsResponse> |
WaasAsyncClient.listAddressLists(ListAddressListsRequest request,
AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler) |
Future<ListAddressListsResponse> |
WaasAsync.listAddressLists(ListAddressListsRequest request,
AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)
Gets a list of address lists that can be used in a WAAS policy.
|
Iterable<AddressListSummary> |
WaasPaginators.listAddressListsRecordIterator(ListAddressListsRequest request)
Creates a new iterable which will iterate over the
AddressListSummary objects 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAddressListsResponse> |
WaasAsyncClient.listAddressLists(ListAddressListsRequest request,
AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler) |
Future<ListAddressListsResponse> |
WaasAsync.listAddressLists(ListAddressListsRequest request,
AsyncHandler<ListAddressListsRequest,ListAddressListsResponse> handler)
Gets a list of address lists that can be used in a WAAS policy.
|
Modifier and Type | Method and Description |
---|---|
ListAddressListsRequest |
ListAddressListsRequest.Builder.build()
Build the instance of ListAddressListsRequest as configured by this builder
|
ListAddressListsRequest |
ListAddressListsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAddressListsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAddressListsRequest.Builder |
ListAddressListsRequest.Builder.copy(ListAddressListsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.