| 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 |
|---|---|
RestoreVolumeFromSnapshotResult |
AmazonFSxClient.restoreVolumeFromSnapshot(RestoreVolumeFromSnapshotRequest request)
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
|
RestoreVolumeFromSnapshotResult |
AmazonFSx.restoreVolumeFromSnapshot(RestoreVolumeFromSnapshotRequest restoreVolumeFromSnapshotRequest)
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
|
RestoreVolumeFromSnapshotResult |
AbstractAmazonFSx.restoreVolumeFromSnapshot(RestoreVolumeFromSnapshotRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreVolumeFromSnapshotResult> |
AmazonFSxAsyncClient.restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest request,
AsyncHandler<RestoreVolumeFromSnapshotRequest,RestoreVolumeFromSnapshotResult> asyncHandler) |
Future<RestoreVolumeFromSnapshotResult> |
AmazonFSxAsync.restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest restoreVolumeFromSnapshotRequest,
AsyncHandler<RestoreVolumeFromSnapshotRequest,RestoreVolumeFromSnapshotResult> asyncHandler)
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
|
Future<RestoreVolumeFromSnapshotResult> |
AbstractAmazonFSxAsync.restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest request,
AsyncHandler<RestoreVolumeFromSnapshotRequest,RestoreVolumeFromSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreVolumeFromSnapshotResult |
RestoreVolumeFromSnapshotResult.clone() |
RestoreVolumeFromSnapshotResult |
RestoreVolumeFromSnapshotResult.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResult |
RestoreVolumeFromSnapshotResult.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResult |
RestoreVolumeFromSnapshotResult.withLifecycle(String lifecycle)
The lifecycle state of the volume being restored.
|
RestoreVolumeFromSnapshotResult |
RestoreVolumeFromSnapshotResult.withLifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being restored.
|
RestoreVolumeFromSnapshotResult |
RestoreVolumeFromSnapshotResult.withVolumeId(String volumeId)
The ID of the volume that you restored.
|
Copyright © 2025. All rights reserved.