Class MigrationCenterClient.ListReportConfigsPage (0.22.0)

public static class MigrationCenterClient.ListReportConfigsPage extends AbstractPage<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig,MigrationCenterClient.ListReportConfigsPage>

Inheritance

java.lang.Object > AbstractPage > MigrationCenterClient.ListReportConfigsPage

Methods

createPage(PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ListReportConfigsResponse response)

protected MigrationCenterClient.ListReportConfigsPage createPage(PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ListReportConfigsResponse response)
Parameters
NameDescription
contextPageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig>
responseListReportConfigsResponse
Returns
TypeDescription
MigrationCenterClient.ListReportConfigsPage
Overrides

createPageAsync(PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ApiFuture<ListReportConfigsResponse> futureResponse)

public ApiFuture<MigrationCenterClient.ListReportConfigsPage> createPageAsync(PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ApiFuture<ListReportConfigsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig>
futureResponseApiFuture<ListReportConfigsResponse>
Returns
TypeDescription
ApiFuture<ListReportConfigsPage>
Overrides