| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.fsx.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
FSxClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
default DescribeSnapshotsResponse |
FSxClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSnapshotsResponse> |
FSxAsyncClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
default CompletableFuture<DescribeSnapshotsResponse> |
FSxAsyncClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSnapshotsResponse> |
DescribeSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotsResponse> subscriber) |
Copyright © 2023. All rights reserved.