Uses of Class
software.amazon.awssdk.services.fsx.model.CopyBackupRequest
-
Packages that use CopyBackupRequest 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.software.amazon.awssdk.services.fsx.transform -
-
Uses of CopyBackupRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type CopyBackupRequest Modifier and Type Method Description default CompletableFuture<CopyBackupResponse>FSxAsyncClient. 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 CopyBackupResponseFSxClient. 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). -
Uses of CopyBackupRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type CopyBackupRequest Modifier and Type Method Description SdkHttpFullRequestCopyBackupRequestMarshaller. marshall(CopyBackupRequest copyBackupRequest)
-