Class BackupDRClient.FetchUsableBackupVaultsFixedSizeCollection (0.54.0)

public static class BackupDRClient.FetchUsableBackupVaultsFixedSizeCollection extends AbstractFixedSizeCollection<FetchUsableBackupVaultsRequest,FetchUsableBackupVaultsResponse,BackupVault,BackupDRClient.FetchUsableBackupVaultsPage,BackupDRClient.FetchUsableBackupVaultsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackupDRClient.FetchUsableBackupVaultsFixedSizeCollection

Methods

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

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