Class InterconnectLocationsClient.ListPage (1.52.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
Name Description
context PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation>
response InterconnectLocationList
Returns
Type Description
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
Name Description
context PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation>
futureResponse ApiFuture<InterconnectLocationList>
Returns
Type Description
ApiFuture<ListPage>
Overrides