Class GDCHardwareManagementClient.ListZonesPage (0.1.0)

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

Inheritance

java.lang.Object > AbstractPage > GDCHardwareManagementClient.ListZonesPage

Methods

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

protected GDCHardwareManagementClient.ListZonesPage createPage(PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ListZonesResponse response)
Parameters
Name Description
context PageContext<ListZonesRequest,ListZonesResponse,Zone>
response ListZonesResponse
Returns
Type Description
GDCHardwareManagementClient.ListZonesPage
Overrides

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

public ApiFuture<GDCHardwareManagementClient.ListZonesPage> createPageAsync(PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ApiFuture<ListZonesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListZonesRequest,ListZonesResponse,Zone>
futureResponse ApiFuture<ListZonesResponse>
Returns
Type Description
ApiFuture<ListZonesPage>
Overrides