Class EdgeNetworkClient.ListZonesPage (0.1.0)

public static class EdgeNetworkClient.ListZonesPage extends AbstractPage<ListZonesRequest,ListZonesResponse,Zone,EdgeNetworkClient.ListZonesPage>

Inheritance

java.lang.Object > AbstractPage > EdgeNetworkClient.ListZonesPage

Methods

createPage(PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ListZonesResponse response)

protected EdgeNetworkClient.ListZonesPage createPage(PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ListZonesResponse response)
Parameters
NameDescription
contextPageContext<ListZonesRequest,ListZonesResponse,Zone>
responseListZonesResponse
Returns
TypeDescription
EdgeNetworkClient.ListZonesPage
Overrides

createPageAsync(PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ApiFuture<ListZonesResponse> futureResponse)

public ApiFuture<EdgeNetworkClient.ListZonesPage> createPageAsync(PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ApiFuture<ListZonesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListZonesRequest,ListZonesResponse,Zone>
futureResponseApiFuture<ListZonesResponse>
Returns
TypeDescription
ApiFuture<ListZonesPage>
Overrides