Class InterconnectRemoteLocationsClient.ListPage (1.51.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)
Parameters
NameDescription
contextPageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation>
responseInterconnectRemoteLocationList
Returns
TypeDescription
InterconnectRemoteLocationsClient.ListPage
Overrides

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

public ApiFuture<InterconnectRemoteLocationsClient.ListPage> createPageAsync(PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation> context, ApiFuture<InterconnectRemoteLocationList> futureResponse)
Parameters
NameDescription
contextPageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation>
futureResponseApiFuture<InterconnectRemoteLocationList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides