Class MigrationCenterClient.ListSourcesPage (0.27.0)

public static class MigrationCenterClient.ListSourcesPage extends AbstractPage<ListSourcesRequest,ListSourcesResponse,Source,MigrationCenterClient.ListSourcesPage>

Inheritance

java.lang.Object > AbstractPage > MigrationCenterClient.ListSourcesPage

Methods

createPage(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)

protected MigrationCenterClient.ListSourcesPage createPage(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)
Parameters
Name Description
context PageContext<ListSourcesRequest,ListSourcesResponse,Source>
response ListSourcesResponse
Returns
Type Description
MigrationCenterClient.ListSourcesPage
Overrides

createPageAsync(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ApiFuture<ListSourcesResponse> futureResponse)

public ApiFuture<MigrationCenterClient.ListSourcesPage> createPageAsync(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ApiFuture<ListSourcesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSourcesRequest,ListSourcesResponse,Source>
futureResponse ApiFuture<ListSourcesResponse>
Returns
Type Description
ApiFuture<ListSourcesPage>
Overrides