| 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 |
|---|---|
DeleteSnapshotResult |
AbstractAmazonFSx.deleteSnapshot(DeleteSnapshotRequest request) |
DeleteSnapshotResult |
AmazonFSxClient.deleteSnapshot(DeleteSnapshotRequest request)
Deletes an Amazon FSx for OpenZFS snapshot.
|
DeleteSnapshotResult |
AmazonFSx.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes an Amazon FSx for OpenZFS snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteSnapshotResult> |
AmazonFSxAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest request,
AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler) |
Future<DeleteSnapshotResult> |
AbstractAmazonFSxAsync.deleteSnapshotAsync(DeleteSnapshotRequest request,
AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler) |
Future<DeleteSnapshotResult> |
AmazonFSxAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)
Deletes an Amazon FSx for OpenZFS snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSnapshotResult |
DeleteSnapshotResult.clone() |
DeleteSnapshotResult |
DeleteSnapshotResult.withLifecycle(SnapshotLifecycle lifecycle)
The lifecycle status of the snapshot.
|
DeleteSnapshotResult |
DeleteSnapshotResult.withLifecycle(String lifecycle)
The lifecycle status of the snapshot.
|
DeleteSnapshotResult |
DeleteSnapshotResult.withSnapshotId(String snapshotId)
The ID of the deleted snapshot.
|
Copyright © 2023. All rights reserved.