Class InterconnectLocationsClient.ListPage (1.18.0)

public static class InterconnectLocationsClient.ListPage extends AbstractPage<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation,InterconnectLocationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InterconnectLocationsClient.ListPage

Methods

createPage(PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, InterconnectLocationList response)

protected InterconnectLocationsClient.ListPage createPage(PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, InterconnectLocationList response)
Parameters Returns Overrides

createPageAsync(PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, ApiFuture<InterconnectLocationList> futureResponse)

public ApiFuture<InterconnectLocationsClient.ListPage> createPageAsync(PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, ApiFuture<InterconnectLocationList> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListPage>
Overrides