| 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 |
|---|---|
CopySnapshotAndUpdateVolumeResult |
AmazonFSxClient.copySnapshotAndUpdateVolume(CopySnapshotAndUpdateVolumeRequest request)
Updates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system.
|
CopySnapshotAndUpdateVolumeResult |
AmazonFSx.copySnapshotAndUpdateVolume(CopySnapshotAndUpdateVolumeRequest copySnapshotAndUpdateVolumeRequest)
Updates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system.
|
CopySnapshotAndUpdateVolumeResult |
AbstractAmazonFSx.copySnapshotAndUpdateVolume(CopySnapshotAndUpdateVolumeRequest request) |
| 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 |
|---|---|
CopySnapshotAndUpdateVolumeResult |
CopySnapshotAndUpdateVolumeResult.clone() |
CopySnapshotAndUpdateVolumeResult |
CopySnapshotAndUpdateVolumeResult.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
CopySnapshotAndUpdateVolumeResult |
CopySnapshotAndUpdateVolumeResult.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
CopySnapshotAndUpdateVolumeResult |
CopySnapshotAndUpdateVolumeResult.withLifecycle(String lifecycle)
The lifecycle state of the destination volume.
|
CopySnapshotAndUpdateVolumeResult |
CopySnapshotAndUpdateVolumeResult.withLifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the destination volume.
|
CopySnapshotAndUpdateVolumeResult |
CopySnapshotAndUpdateVolumeResult.withVolumeId(String volumeId)
The ID of the volume that you copied the snapshot to.
|
Copyright © 2025. All rights reserved.