| 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<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 |
|---|---|
DeleteSnapshotRequest |
DeleteSnapshotRequest.clone() |
DeleteSnapshotRequest |
DeleteSnapshotRequest.withClientRequestToken(String clientRequestToken) |
DeleteSnapshotRequest |
DeleteSnapshotRequest.withSnapshotId(String snapshotId)
The ID of the snapshot that you want to delete.
|
Copyright © 2022. All rights reserved.