Class InstantSnapshotsClient.ListFixedSizeCollection (1.105.0)

public static class InstantSnapshotsClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot,InstantSnapshotsClient.ListPage,InstantSnapshotsClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InstantSnapshotsClient.ListFixedSizeCollection

Methods

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

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