Class InstancesClient.AggregatedListFixedSizeCollection (1.105.0)

public static class InstancesClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>,InstancesClient.AggregatedListPage,InstancesClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InstancesClient.AggregatedListFixedSizeCollection

Methods

createCollection(@Nullable List<InstancesClient.AggregatedListPage> pages, int collectionSize)

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