Class MigrationCenterClient.ListReportsPage (0.19.0)

public static class MigrationCenterClient.ListReportsPage extends AbstractPage<ListReportsRequest,ListReportsResponse,Report,MigrationCenterClient.ListReportsPage>

Inheritance

java.lang.Object > AbstractPage > MigrationCenterClient.ListReportsPage

Methods

createPage(PageContext<ListReportsRequest,ListReportsResponse,Report> context, ListReportsResponse response)

protected MigrationCenterClient.ListReportsPage createPage(PageContext<ListReportsRequest,ListReportsResponse,Report> context, ListReportsResponse response)
Parameters
NameDescription
contextPageContext<ListReportsRequest,ListReportsResponse,Report>
responseListReportsResponse
Returns
TypeDescription
MigrationCenterClient.ListReportsPage
Overrides

createPageAsync(PageContext<ListReportsRequest,ListReportsResponse,Report> context, ApiFuture<ListReportsResponse> futureResponse)

public ApiFuture<MigrationCenterClient.ListReportsPage> createPageAsync(PageContext<ListReportsRequest,ListReportsResponse,Report> context, ApiFuture<ListReportsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListReportsRequest,ListReportsResponse,Report>
futureResponseApiFuture<ListReportsResponse>
Returns
TypeDescription
ApiFuture<ListReportsPage>
Overrides