Class MigrationCenterClient.ListImportJobsPage (0.26.0)

public static class MigrationCenterClient.ListImportJobsPage extends AbstractPage<ListImportJobsRequest,ListImportJobsResponse,ImportJob,MigrationCenterClient.ListImportJobsPage>

Inheritance

java.lang.Object > AbstractPage > MigrationCenterClient.ListImportJobsPage

Methods

createPage(PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ListImportJobsResponse response)

protected MigrationCenterClient.ListImportJobsPage createPage(PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ListImportJobsResponse response)
Parameters
Name Description
context PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
response ListImportJobsResponse
Returns
Type Description
MigrationCenterClient.ListImportJobsPage
Overrides

createPageAsync(PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ApiFuture<ListImportJobsResponse> futureResponse)

public ApiFuture<MigrationCenterClient.ListImportJobsPage> createPageAsync(PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ApiFuture<ListImportJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
futureResponse ApiFuture<ListImportJobsResponse>
Returns
Type Description
ApiFuture<ListImportJobsPage>
Overrides