| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| Modifier and Type | Method and Description |
|---|---|
default CopyBackupResponse |
FSxClient.copyBackup(Consumer<CopyBackupRequest.Builder> copyBackupRequest)
Copies an existing backup within the same AWS account to another Region (cross-Region copy) or within the same
Region (in-Region copy).
|
default CopyBackupResponse |
FSxClient.copyBackup(CopyBackupRequest copyBackupRequest)
Copies an existing backup within the same AWS account to another Region (cross-Region copy) or within the same
Region (in-Region copy).
|
default CreateFileSystemFromBackupResponse |
FSxClient.createFileSystemFromBackup(Consumer<CreateFileSystemFromBackupRequest.Builder> createFileSystemFromBackupRequest)
Creates a new Amazon FSx file system from an existing Amazon FSx backup.
|
default CreateFileSystemFromBackupResponse |
FSxClient.createFileSystemFromBackup(CreateFileSystemFromBackupRequest createFileSystemFromBackupRequest)
Creates a new Amazon FSx file system from an existing Amazon FSx backup.
|
default DeleteBackupResponse |
FSxClient.deleteBackup(Consumer<DeleteBackupRequest.Builder> deleteBackupRequest)
Deletes an Amazon FSx backup, deleting its contents.
|
default DeleteBackupResponse |
FSxClient.deleteBackup(DeleteBackupRequest deleteBackupRequest)
Deletes an Amazon FSx backup, deleting its contents.
|
default DescribeBackupsResponse |
FSxClient.describeBackups()
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsResponse |
FSxClient.describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsResponse |
FSxClient.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsIterable |
FSxClient.describeBackupsPaginator()
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsIterable |
FSxClient.describeBackupsPaginator(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsIterable |
FSxClient.describeBackupsPaginator(DescribeBackupsRequest describeBackupsRequest)
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
Copyright © 2021. All rights reserved.