Class EdgeNetworkClient.ListInterconnectsFixedSizeCollection (0.63.0)

public static class EdgeNetworkClient.ListInterconnectsFixedSizeCollection extends AbstractFixedSizeCollection<ListInterconnectsRequest,ListInterconnectsResponse,Interconnect,EdgeNetworkClient.ListInterconnectsPage,EdgeNetworkClient.ListInterconnectsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > EdgeNetworkClient.ListInterconnectsFixedSizeCollection

Methods

createCollection(@Nullable List<EdgeNetworkClient.ListInterconnectsPage> pages, int collectionSize)

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