Class RegionInstantSnapshotsClient.ListFixedSizeCollection (1.105.0)

public static class RegionInstantSnapshotsClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot,RegionInstantSnapshotsClient.ListPage,RegionInstantSnapshotsClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RegionInstantSnapshotsClient.ListFixedSizeCollection

Methods

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

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