Class SecurityPoliciesClient.AggregatedListFixedSizeCollection (1.51.0)

public static class SecurityPoliciesClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList,Map.Entry<String,SecurityPoliciesScopedList>,SecurityPoliciesClient.AggregatedListPage,SecurityPoliciesClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SecurityPoliciesClient.AggregatedListFixedSizeCollection

Methods

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

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