Class MigrationServiceClient.ListMigrationWorkflowsPage (0.20.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
NameDescription
contextPageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow>
responseListMigrationWorkflowsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow>
futureResponseApiFuture<ListMigrationWorkflowsResponse>
Returns
TypeDescription
ApiFuture<ListMigrationWorkflowsPage>
Overrides