Class MigrationServiceClient.ListMigrationWorkflowsPage (0.45.0)

public static class MigrationServiceClient.ListMigrationWorkflowsPage extends AbstractPage<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow,MigrationServiceClient.ListMigrationWorkflowsPage>

Inheritance

java.lang.Object > AbstractPage > MigrationServiceClient.ListMigrationWorkflowsPage

Methods

createPage(PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ListMigrationWorkflowsResponse response)

protected MigrationServiceClient.ListMigrationWorkflowsPage createPage(PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ListMigrationWorkflowsResponse response)
Parameters
Name Description
context PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow>
response ListMigrationWorkflowsResponse
Returns
Type Description
MigrationServiceClient.ListMigrationWorkflowsPage
Overrides

createPageAsync(PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ApiFuture<ListMigrationWorkflowsResponse> futureResponse)

public ApiFuture<MigrationServiceClient.ListMigrationWorkflowsPage> createPageAsync(PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ApiFuture<ListMigrationWorkflowsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow>
futureResponse ApiFuture<ListMigrationWorkflowsResponse>
Returns
Type Description
ApiFuture<ListMigrationWorkflowsPage>
Overrides