| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Backup |
Backup.clone() |
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 (AD) to which the Windows File Server instance
is joined.
|
Backup |
Backup.withFailureDetails(BackupFailureDetails failureDetails)
Details explaining any failures that occur when creating a backup.
|
Backup |
Backup.withFileSystem(FileSystem fileSystem)
Metadata of the file system associated with the backup.
|
Backup |
Backup.withKmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service (AWS KMS) key used to encrypt this backup of the Amazon FSx for Windows
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.withProgressPercent(Integer progressPercent) |
Backup |
Backup.withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) for the backup resource.
|
Backup |
Backup.withTags(Collection<Tag> tags)
Tags associated with a particular file system.
|
Backup |
Backup.withTags(Tag... tags)
Tags associated with a particular file system.
|
Backup |
Backup.withType(BackupType type)
The type of the backup.
|
Backup |
Backup.withType(String type)
The type of the backup.
|
| Modifier and Type | Method and Description |
|---|---|
List<Backup> |
DescribeBackupsResult.getBackups()
Any array of backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackupResult.setBackup(Backup backup)
A description of the backup.
|
CreateBackupResult |
CreateBackupResult.withBackup(Backup backup)
A description of the backup.
|
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Backup... backups)
Any array of backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBackupsResult.setBackups(Collection<Backup> backups)
Any array of backups.
|
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Collection<Backup> backups)
Any array of backups.
|
Copyright © 2020. All rights reserved.