| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Backup |
CopyBackupResponse.backup()
Returns the value of the Backup property for this object.
|
Backup |
CreateBackupResponse.backup()
A description of the backup.
|
| Modifier and Type | Method and Description |
|---|---|
List<Backup> |
DescribeBackupsResponse.backups()
An array of backups.
|
| Modifier and Type | Method and Description |
|---|---|
CopyBackupResponse.Builder |
CopyBackupResponse.Builder.backup(Backup backup)
Sets the value of the Backup property for this object.
|
CreateBackupResponse.Builder |
CreateBackupResponse.Builder.backup(Backup backup)
A description of the backup.
|
DescribeBackupsResponse.Builder |
DescribeBackupsResponse.Builder.backups(Backup... backups)
An array of backups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupsResponse.Builder |
DescribeBackupsResponse.Builder.backups(Collection<Backup> backups)
An array of backups.
|
Copyright © 2023. All rights reserved.