Class InterconnectRemoteLocationsClient.ListPage (1.68.0)

public static class InterconnectRemoteLocationsClient.ListPage extends AbstractPage<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation,InterconnectRemoteLocationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InterconnectRemoteLocationsClient.ListPage

Methods

createPage(PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, InterconnectRemoteLocationList response)

protected InterconnectRemoteLocationsClient.ListPage createPage(PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, InterconnectRemoteLocationList response)
Overrides

createPageAsync(PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, ApiFuture<InterconnectRemoteLocationList> futureResponse)

public ApiFuture<InterconnectRemoteLocationsClient.ListPage> createPageAsync(PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, ApiFuture<InterconnectRemoteLocationList> futureResponse)
Returns
Type Description
ApiFuture<ListPage>
Overrides