Class VmMigrationClient.ListDiskMigrationJobsPage (1.74.0)

public static class VmMigrationClient.ListDiskMigrationJobsPage extends AbstractPage<ListDiskMigrationJobsRequest,ListDiskMigrationJobsResponse,DiskMigrationJob,VmMigrationClient.ListDiskMigrationJobsPage>

Inheritance

java.lang.Object > AbstractPage > VmMigrationClient.ListDiskMigrationJobsPage

Methods

createPage(PageContext<ListDiskMigrationJobsRequest,ListDiskMigrationJobsResponse,DiskMigrationJob> context, ListDiskMigrationJobsResponse response)

protected VmMigrationClient.ListDiskMigrationJobsPage createPage(PageContext<ListDiskMigrationJobsRequest,ListDiskMigrationJobsResponse,DiskMigrationJob> context, ListDiskMigrationJobsResponse response)
Parameters
Name Description
context PageContext<ListDiskMigrationJobsRequest,ListDiskMigrationJobsResponse,DiskMigrationJob>
response ListDiskMigrationJobsResponse
Returns
Type Description
VmMigrationClient.ListDiskMigrationJobsPage
Overrides

createPageAsync(PageContext<ListDiskMigrationJobsRequest,ListDiskMigrationJobsResponse,DiskMigrationJob> context, ApiFuture<ListDiskMigrationJobsResponse> futureResponse)

public ApiFuture<VmMigrationClient.ListDiskMigrationJobsPage> createPageAsync(PageContext<ListDiskMigrationJobsRequest,ListDiskMigrationJobsResponse,DiskMigrationJob> context, ApiFuture<ListDiskMigrationJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDiskMigrationJobsRequest,ListDiskMigrationJobsResponse,DiskMigrationJob>
futureResponse ApiFuture<ListDiskMigrationJobsResponse>
Returns
Type Description
ApiFuture<ListDiskMigrationJobsPage>
Overrides