Class AddressesClient.AggregatedListPage (1.51.0)

public static class AddressesClient.AggregatedListPage extends AbstractPage<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>,AddressesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > AddressesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, AddressAggregatedList response)

protected AddressesClient.AggregatedListPage createPage(PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, AddressAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListAddressesRequest,AddressAggregatedList,java.util.Map.Entry<String,AddressesScopedList>>
responseAddressAggregatedList
Returns
TypeDescription
AddressesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, ApiFuture<AddressAggregatedList> futureResponse)

public ApiFuture<AddressesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, ApiFuture<AddressAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListAddressesRequest,AddressAggregatedList,java.util.Map.Entry<String,AddressesScopedList>>
futureResponseApiFuture<AddressAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides