Class SubnetworksClient.AggregatedListFixedSizeCollection (1.51.0)

public static class SubnetworksClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>,SubnetworksClient.AggregatedListPage,SubnetworksClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SubnetworksClient.AggregatedListFixedSizeCollection

Methods

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

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