Class EdgeNetworkClient.ListInterconnectsPage (0.2.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
NameDescription
contextPageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect>
responseListInterconnectsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect>
futureResponseApiFuture<ListInterconnectsResponse>
Returns
TypeDescription
ApiFuture<ListInterconnectsPage>
Overrides