| 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 Amazon Web Services account to another Amazon Web Services Region
(cross-Region copy) or within the same Amazon Web Services Region (in-Region copy).
|
default CopyBackupResponse |
FSxClient.copyBackup(CopyBackupRequest copyBackupRequest)
Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region
(cross-Region copy) or within the same Amazon Web Services Region (in-Region copy).
|
default CreateFileSystemFromBackupResponse |
FSxClient.createFileSystemFromBackup(Consumer<CreateFileSystemFromBackupRequest.Builder> createFileSystemFromBackupRequest)
Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system
from an existing Amazon FSx backup.
|
default CreateFileSystemFromBackupResponse |
FSxClient.createFileSystemFromBackup(CreateFileSystemFromBackupRequest createFileSystemFromBackupRequest)
Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system
from an existing Amazon FSx backup.
|
default CreateVolumeFromBackupResponse |
FSxClient.createVolumeFromBackup(Consumer<CreateVolumeFromBackupRequest.Builder> createVolumeFromBackupRequest)
Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
|
default CreateVolumeFromBackupResponse |
FSxClient.createVolumeFromBackup(CreateVolumeFromBackupRequest createVolumeFromBackupRequest)
Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
|
default DeleteBackupResponse |
FSxClient.deleteBackup(Consumer<DeleteBackupRequest.Builder> deleteBackupRequest)
Deletes an Amazon FSx backup.
|
default DeleteBackupResponse |
FSxClient.deleteBackup(DeleteBackupRequest deleteBackupRequest)
Deletes an Amazon FSx backup.
|
default DescribeBackupsResponse |
FSxClient.describeBackups()
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsResponse |
FSxClient.describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsResponse |
FSxClient.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsIterable |
FSxClient.describeBackupsPaginator()
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsIterable |
FSxClient.describeBackupsPaginator(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsIterable |
FSxClient.describeBackupsPaginator(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
Copyright © 2023. All rights reserved.