public static class EdgeNetworkClient.ListInterconnectAttachmentsPage extends AbstractPage<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment,EdgeNetworkClient.ListInterconnectAttachmentsPage>
Methods
createPage(PageContext<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment> context, ListInterconnectAttachmentsResponse response)
protected EdgeNetworkClient.ListInterconnectAttachmentsPage createPage(PageContext<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment> context, ListInterconnectAttachmentsResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment> |
response |
ListInterconnectAttachmentsResponse |
Returns | |
---|---|
Type | Description |
EdgeNetworkClient.ListInterconnectAttachmentsPage |
createPageAsync(PageContext<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment> context, ApiFuture<ListInterconnectAttachmentsResponse> futureResponse)
public ApiFuture<EdgeNetworkClient.ListInterconnectAttachmentsPage> createPageAsync(PageContext<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment> context, ApiFuture<ListInterconnectAttachmentsResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment> |
futureResponse |
ApiFuture<ListInterconnectAttachmentsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListInterconnectAttachmentsPage> |