Class StorageInsightsClient.ListReportConfigsFixedSizeCollection (0.80.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > StorageInsightsClient.ListReportConfigsFixedSizeCollection

Methods

createCollection(@Nullable List<StorageInsightsClient.ListReportConfigsPage> pages, int collectionSize)

protected StorageInsightsClient.ListReportConfigsFixedSizeCollection createCollection(@Nullable List<StorageInsightsClient.ListReportConfigsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListReportConfigsPage>
collectionSize int
Returns
Type Description
StorageInsightsClient.ListReportConfigsFixedSizeCollection
Overrides