Class BackupDRClient.ListBackupPlanRevisionsFixedSizeCollection (0.29.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackupDRClient.ListBackupPlanRevisionsFixedSizeCollection

Methods

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

protected BackupDRClient.ListBackupPlanRevisionsFixedSizeCollection createCollection(List<BackupDRClient.ListBackupPlanRevisionsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListBackupPlanRevisionsPage>
collectionSize int
Returns
Type Description
BackupDRClient.ListBackupPlanRevisionsFixedSizeCollection
Overrides