Class NodeGroupsClient.AggregatedListFixedSizeCollection (1.51.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
NameDescription
pagesList<AggregatedListPage>
collectionSizeint
Returns
TypeDescription
NodeGroupsClient.AggregatedListFixedSizeCollection
Overrides