| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CopySnapshotAndUpdateVolumeResult> |
AmazonFSxAsyncClient.copySnapshotAndUpdateVolumeAsync(CopySnapshotAndUpdateVolumeRequest request,
AsyncHandler<CopySnapshotAndUpdateVolumeRequest,CopySnapshotAndUpdateVolumeResult> asyncHandler) |
Future<CopySnapshotAndUpdateVolumeResult> |
AmazonFSxAsync.copySnapshotAndUpdateVolumeAsync(CopySnapshotAndUpdateVolumeRequest copySnapshotAndUpdateVolumeRequest,
AsyncHandler<CopySnapshotAndUpdateVolumeRequest,CopySnapshotAndUpdateVolumeResult> asyncHandler)
Updates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system.
|
Future<CopySnapshotAndUpdateVolumeResult> |
AbstractAmazonFSxAsync.copySnapshotAndUpdateVolumeAsync(CopySnapshotAndUpdateVolumeRequest request,
AsyncHandler<CopySnapshotAndUpdateVolumeRequest,CopySnapshotAndUpdateVolumeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.clone() |
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.withClientRequestToken(String clientRequestToken) |
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.withCopyStrategy(OpenZFSCopyStrategy copyStrategy)
Specifies the strategy to use when copying data from a snapshot to the volume.
|
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.withCopyStrategy(String copyStrategy)
Specifies the strategy to use when copying data from a snapshot to the volume.
|
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.withOptions(Collection<String> options)
Confirms that you want to delete data on the destination volume that wasn’t there during the previous snapshot
replication.
|
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.withOptions(String... options)
Confirms that you want to delete data on the destination volume that wasn’t there during the previous snapshot
replication.
|
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.withOptions(UpdateOpenZFSVolumeOption... options)
Confirms that you want to delete data on the destination volume that wasn’t there during the previous snapshot
replication.
|
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.withSourceSnapshotARN(String sourceSnapshotARN) |
CopySnapshotAndUpdateVolumeRequest |
CopySnapshotAndUpdateVolumeRequest.withVolumeId(String volumeId)
Specifies the ID of the volume that you are copying the snapshot to.
|
Copyright © 2025. All rights reserved.