Uses of Class
software.amazon.awssdk.services.fsx.model.CreateBackupResponse
-
Packages that use CreateBackupResponse 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 CreateBackupResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return CreateBackupResponse Modifier and Type Method Description default CreateBackupResponseFSxClient. createBackup(Consumer<CreateBackupRequest.Builder> createBackupRequest)Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.default CreateBackupResponseFSxClient. createBackup(CreateBackupRequest createBackupRequest)Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type CreateBackupResponse Modifier and Type Method Description default CompletableFuture<CreateBackupResponse>FSxAsyncClient. createBackup(Consumer<CreateBackupRequest.Builder> createBackupRequest)Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.default CompletableFuture<CreateBackupResponse>FSxAsyncClient. createBackup(CreateBackupRequest createBackupRequest)Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
-