Class NodeGroupsClient.AggregatedListFixedSizeCollection (1.52.0)

public static class NodeGroupsClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>,NodeGroupsClient.AggregatedListPage,NodeGroupsClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NodeGroupsClient.AggregatedListFixedSizeCollection

Methods

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

protected NodeGroupsClient.AggregatedListFixedSizeCollection createCollection(List<NodeGroupsClient.AggregatedListPage> pages, int collectionSize)
Parameters
Name Description
pages List<AggregatedListPage>
collectionSize int
Returns
Type Description
NodeGroupsClient.AggregatedListFixedSizeCollection
Overrides