Class BackupDRClient.ListBackupPlanRevisionsFixedSizeCollection (0.54.0)

public static class BackupDRClient.ListBackupPlanRevisionsFixedSizeCollection extends AbstractFixedSizeCollection<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision,BackupDRClient.ListBackupPlanRevisionsPage,BackupDRClient.ListBackupPlanRevisionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackupDRClient.ListBackupPlanRevisionsFixedSizeCollection

Methods

createCollection(@Nullable List<BackupDRClient.ListBackupPlanRevisionsPage> pages, int collectionSize)

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