Class InterconnectRemoteLocationsClient.ListPage (1.52.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
Name Description
context PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation>
response InterconnectRemoteLocationList
Returns
Type Description
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
Name Description
context PageContext<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocation>
futureResponse ApiFuture<InterconnectRemoteLocationList>
Returns
Type Description
ApiFuture<ListPage>
Overrides