| 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) |
Future<DescribeSnapshotsResult> |
AmazonFSxAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request) |
Future<DescribeSnapshotsResult> |
AmazonFSxAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
Future<DescribeSnapshotsResult> |
AbstractAmazonFSxAsync.describeSnapshotsAsync(DescribeSnapshotsRequest request) |
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 |
|---|---|
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 |
|---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.clone() |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Collection<SnapshotFilter> filters)
The filters structure.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(SnapshotFilter... filters)
The filters structure.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withIncludeShared(Boolean includeShared)
Set to
false (default) if you want to only see the snapshots owned by your Amazon Web Services
account. |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withMaxResults(Integer maxResults) |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withNextToken(String nextToken) |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds)
The IDs of the snapshots that you want to retrieve.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(String... snapshotIds)
The IDs of the snapshots that you want to retrieve.
|
Copyright © 2025. All rights reserved.