| 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 CreateBackupResponse |
FSxClient.createBackup(Consumer<CreateBackupRequest.Builder> createBackupRequest)
Creates a backup of an existing Amazon FSx file system.
|
default CreateBackupResponse |
FSxClient.createBackup(CreateBackupRequest createBackupRequest)
Creates a backup of an existing Amazon FSx file system.
|
default CreateDataRepositoryTaskResponse |
FSxClient.createDataRepositoryTask(Consumer<CreateDataRepositoryTaskRequest.Builder> createDataRepositoryTaskRequest)
Creates an Amazon FSx for Lustre data repository task.
|
default CreateDataRepositoryTaskResponse |
FSxClient.createDataRepositoryTask(CreateDataRepositoryTaskRequest createDataRepositoryTaskRequest)
Creates an Amazon FSx for Lustre data repository task.
|
default CreateFileSystemResponse |
FSxClient.createFileSystem(Consumer<CreateFileSystemRequest.Builder> createFileSystemRequest)
Creates a new, empty Amazon FSx file system.
|
default CreateFileSystemResponse |
FSxClient.createFileSystem(CreateFileSystemRequest createFileSystemRequest)
Creates a new, empty Amazon FSx file system.
|
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 DeleteFileSystemResponse |
FSxClient.deleteFileSystem(Consumer<DeleteFileSystemRequest.Builder> deleteFileSystemRequest)
Deletes a file system, deleting its contents.
|
default DeleteFileSystemResponse |
FSxClient.deleteFileSystem(DeleteFileSystemRequest deleteFileSystemRequest)
Deletes a file system, deleting its contents.
|
default UpdateFileSystemResponse |
FSxClient.updateFileSystem(Consumer<UpdateFileSystemRequest.Builder> updateFileSystemRequest)
Use this operation to update the configuration of an existing Amazon FSx file system.
|
default UpdateFileSystemResponse |
FSxClient.updateFileSystem(UpdateFileSystemRequest updateFileSystemRequest)
Use this operation to update the configuration of an existing Amazon FSx file system.
|
Copyright © 2021. All rights reserved.