Class StorageInsightsClient.ListReportConfigsPage (0.17.0)

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

Inheritance

java.lang.Object > AbstractPage > StorageInsightsClient.ListReportConfigsPage

Methods

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

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

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

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