Class SecurityPoliciesClient.AggregatedListFixedSizeCollection (1.105.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(@Nullable List<SecurityPoliciesClient.AggregatedListPage> pages, int collectionSize)

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