| 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 |
|---|---|
DescribeSnapshotsResult |
AmazonFSxClient.describeSnapshots(DescribeSnapshotsRequest request)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
DescribeSnapshotsResult |
AmazonFSx.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
DescribeSnapshotsResult |
AbstractAmazonFSx.describeSnapshots(DescribeSnapshotsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSnapshotsResult> |
AmazonFSxAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Future<DescribeSnapshotsResult> |
AmazonFSxAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
Future<DescribeSnapshotsResult> |
AbstractAmazonFSxAsync.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResult |
DescribeSnapshotsResult.clone() |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withNextToken(String nextToken) |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
An array of snapshots.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
An array of snapshots.
|
Copyright © 2025. All rights reserved.