Class InstantSnapshotGroupsClient.ListFixedSizeCollection (1.105.0)

public static class InstantSnapshotGroupsClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListInstantSnapshotGroupsRequest,ListInstantSnapshotGroups,InstantSnapshotGroup,InstantSnapshotGroupsClient.ListPage,InstantSnapshotGroupsClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InstantSnapshotGroupsClient.ListFixedSizeCollection

Methods

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

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