Uses of Class
com.oracle.bmc.waas.model.AddressListSummary
-
Packages that use AddressListSummary Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of AddressListSummary in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type AddressListSummary Modifier and Type Method Description Iterable<AddressListSummary>WaasPaginators. listAddressListsRecordIterator(ListAddressListsRequest request)Creates a new iterable which will iterate over theAddressListSummaryobjects contained in responses from the listAddressLists operation. -
Uses of AddressListSummary in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return AddressListSummary Modifier and Type Method Description AddressListSummaryAddressListSummary.Builder. build()Methods in com.oracle.bmc.waas.model with parameters of type AddressListSummary Modifier and Type Method Description AddressListSummary.BuilderAddressListSummary.Builder. copy(AddressListSummary model) -
Uses of AddressListSummary in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type AddressListSummary Modifier and Type Method Description List<AddressListSummary>ListAddressListsResponse. getItems()A list of com.oracle.bmc.waas.model.AddressListSummary instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type AddressListSummary Modifier and Type Method Description ListAddressListsResponse.BuilderListAddressListsResponse.Builder. items(List<AddressListSummary> items)A list of com.oracle.bmc.waas.model.AddressListSummary instances.
-