| 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<CreateSnapshotResult> |
AmazonFSxAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
Future<CreateSnapshotResult> |
AmazonFSxAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of an existing Amazon FSx for OpenZFS volume.
|
Future<CreateSnapshotResult> |
AbstractAmazonFSxAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotRequest |
CreateSnapshotRequest.clone() |
CreateSnapshotRequest |
CreateSnapshotRequest.withClientRequestToken(String clientRequestToken) |
CreateSnapshotRequest |
CreateSnapshotRequest.withName(String name)
The name of the snapshot.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Collection<Tag> tags) |
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateSnapshotRequest |
CreateSnapshotRequest.withVolumeId(String volumeId)
The ID of the volume that you are taking a snapshot of.
|
Copyright © 2025. All rights reserved.