Uses of Class
software.amazon.awssdk.services.fsx.model.CreateFileSystemFromBackupResponse
-
Packages that use CreateFileSystemFromBackupResponse 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. -
-
Uses of CreateFileSystemFromBackupResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return CreateFileSystemFromBackupResponse Modifier and Type Method Description default CreateFileSystemFromBackupResponseFSxClient. 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 CreateFileSystemFromBackupResponseFSxClient. 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.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type CreateFileSystemFromBackupResponse Modifier and Type Method Description default CompletableFuture<CreateFileSystemFromBackupResponse>FSxAsyncClient. 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 CompletableFuture<CreateFileSystemFromBackupResponse>FSxAsyncClient. 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.
-