| 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 CancelDataRepositoryTaskResponse |
FSxClient.cancelDataRepositoryTask(CancelDataRepositoryTaskRequest cancelDataRepositoryTaskRequest)
Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the
PENDING
or EXECUTING state. |
default CancelDataRepositoryTaskResponse |
FSxClient.cancelDataRepositoryTask(Consumer<CancelDataRepositoryTaskRequest.Builder> cancelDataRepositoryTaskRequest)
Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the
PENDING
or EXECUTING state. |
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 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.