Class VpnGatewaysClient.ListFixedSizeCollection (1.105.0)

public static class VpnGatewaysClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway,VpnGatewaysClient.ListPage,VpnGatewaysClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VpnGatewaysClient.ListFixedSizeCollection

Methods

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

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