Class DiskTypesClient.AggregatedListFixedSizeCollection (1.51.0)

public static class DiskTypesClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>,DiskTypesClient.AggregatedListPage,DiskTypesClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DiskTypesClient.AggregatedListFixedSizeCollection

Methods

createCollection(List<DiskTypesClient.AggregatedListPage> pages, int collectionSize)

protected DiskTypesClient.AggregatedListFixedSizeCollection createCollection(List<DiskTypesClient.AggregatedListPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<AggregatedListPage>
collectionSizeint
Returns
TypeDescription
DiskTypesClient.AggregatedListFixedSizeCollection
Overrides