Class EdgeNetworkClient.ListInterconnectsPage (0.11.0)

public static class EdgeNetworkClient.ListInterconnectsPage extends AbstractPage<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect,EdgeNetworkClient.ListInterconnectsPage>

Inheritance

java.lang.Object > AbstractPage > EdgeNetworkClient.ListInterconnectsPage

Methods

createPage(PageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect> context, ListInterconnectsResponse response)

protected EdgeNetworkClient.ListInterconnectsPage createPage(PageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect> context, ListInterconnectsResponse response)
Parameters
Name Description
context PageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect>
response ListInterconnectsResponse
Returns
Type Description
EdgeNetworkClient.ListInterconnectsPage
Overrides

createPageAsync(PageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect> context, ApiFuture<ListInterconnectsResponse> futureResponse)

public ApiFuture<EdgeNetworkClient.ListInterconnectsPage> createPageAsync(PageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect> context, ApiFuture<ListInterconnectsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect>
futureResponse ApiFuture<ListInterconnectsResponse>
Returns
Type Description
ApiFuture<ListInterconnectsPage>
Overrides