| 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<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 |
|---|---|
RestoreVolumeFromSnapshotRequest |
RestoreVolumeFromSnapshotRequest.clone() |
RestoreVolumeFromSnapshotRequest |
RestoreVolumeFromSnapshotRequest.withClientRequestToken(String clientRequestToken) |
RestoreVolumeFromSnapshotRequest |
RestoreVolumeFromSnapshotRequest.withOptions(Collection<String> options)
The settings used when restoring the specified volume from snapshot.
|
RestoreVolumeFromSnapshotRequest |
RestoreVolumeFromSnapshotRequest.withOptions(RestoreOpenZFSVolumeOption... options)
The settings used when restoring the specified volume from snapshot.
|
RestoreVolumeFromSnapshotRequest |
RestoreVolumeFromSnapshotRequest.withOptions(String... options)
The settings used when restoring the specified volume from snapshot.
|
RestoreVolumeFromSnapshotRequest |
RestoreVolumeFromSnapshotRequest.withSnapshotId(String snapshotId)
The ID of the source snapshot.
|
RestoreVolumeFromSnapshotRequest |
RestoreVolumeFromSnapshotRequest.withVolumeId(String volumeId)
The ID of the volume that you are restoring.
|
Copyright © 2025. All rights reserved.