Uses of Class
software.amazon.awssdk.services.fsx.model.Backup
-
Packages that use Backup Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of Backup in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return Backup Modifier and Type Method Description BackupCopyBackupResponse. backup()Returns the value of the Backup property for this object.BackupCreateBackupResponse. backup()A description of the backup.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type Backup Modifier and Type Method Description List<Backup>DescribeBackupsResponse. backups()An array of backups.Methods in software.amazon.awssdk.services.fsx.model with parameters of type Backup Modifier and Type Method Description CopyBackupResponse.BuilderCopyBackupResponse.Builder. backup(Backup backup)Sets the value of the Backup property for this object.CreateBackupResponse.BuilderCreateBackupResponse.Builder. backup(Backup backup)A description of the backup.DescribeBackupsResponse.BuilderDescribeBackupsResponse.Builder. backups(Backup... backups)An array of backups.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type Backup Modifier and Type Method Description DescribeBackupsResponse.BuilderDescribeBackupsResponse.Builder. backups(Collection<Backup> backups)An array of backups.
-