Class VpnGatewaysClient.AggregatedListFixedSizeCollection (1.105.0)

public static class VpnGatewaysClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>,VpnGatewaysClient.AggregatedListPage,VpnGatewaysClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VpnGatewaysClient.AggregatedListFixedSizeCollection

Methods

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

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