Class InterconnectLocationsClient.ListPage (1.49.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
NameDescription
contextPageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation>
responseInterconnectLocationList
Returns
TypeDescription
InterconnectLocationsClient.ListPage
Overrides

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

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