| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Backup |
Backup.clone() |
Backup |
CopyBackupResult.getBackup() |
Backup |
CreateBackupResult.getBackup()
A description of the backup.
|
Backup |
Backup.withBackupId(String backupId)
The ID of the backup.
|
Backup |
Backup.withCreationTime(Date creationTime)
The time when a particular backup was created.
|
Backup |
Backup.withDirectoryInformation(ActiveDirectoryBackupAttributes directoryInformation)
The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server
instance is joined.
|
Backup |
Backup.withFailureDetails(BackupFailureDetails failureDetails)
Details explaining any failures that occurred when creating a backup.
|
Backup |
Backup.withFileSystem(FileSystem fileSystem)
The metadata of the file system associated with the backup.
|
Backup |
Backup.withKmsKeyId(String kmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at
rest.
|
Backup |
Backup.withLifecycle(BackupLifecycle lifecycle)
The lifecycle status of the backup.
|
Backup |
Backup.withLifecycle(String lifecycle)
The lifecycle status of the backup.
|
Backup |
Backup.withOwnerId(String ownerId) |
Backup |
Backup.withProgressPercent(Integer progressPercent) |
Backup |
Backup.withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) for the backup resource.
|
Backup |
Backup.withResourceType(ResourceType resourceType)
Specifies the resource type that's backed up.
|
Backup |
Backup.withResourceType(String resourceType)
Specifies the resource type that's backed up.
|
Backup |
Backup.withSourceBackupId(String sourceBackupId) |
Backup |
Backup.withSourceBackupRegion(String sourceBackupRegion)
The source Region of the backup.
|
Backup |
Backup.withTags(Collection<Tag> tags)
The tags associated with a particular file system.
|
Backup |
Backup.withTags(Tag... tags)
The tags associated with a particular file system.
|
Backup |
Backup.withType(BackupType type)
The type of the file-system backup.
|
Backup |
Backup.withType(String type)
The type of the file-system backup.
|
Backup |
Backup.withVolume(Volume volume) |
| Modifier and Type | Method and Description |
|---|---|
List<Backup> |
DescribeBackupsResult.getBackups()
An array of backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyBackupResult.setBackup(Backup backup) |
void |
CreateBackupResult.setBackup(Backup backup)
A description of the backup.
|
CopyBackupResult |
CopyBackupResult.withBackup(Backup backup) |
CreateBackupResult |
CreateBackupResult.withBackup(Backup backup)
A description of the backup.
|
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Backup... backups)
An array of backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBackupsResult.setBackups(Collection<Backup> backups)
An array of backups.
|
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Collection<Backup> backups)
An array of backups.
|
Copyright © 2023. All rights reserved.