Class MigrationCenterClient.ListImportJobsPage (0.22.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
NameDescription
contextPageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
responseListImportJobsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
futureResponseApiFuture<ListImportJobsResponse>
Returns
TypeDescription
ApiFuture<ListImportJobsPage>
Overrides