Uses of Class
software.amazon.awssdk.services.fsx.paginators.DescribeSnapshotsIterable
-
Packages that use DescribeSnapshotsIterable 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. -
-
Uses of DescribeSnapshotsIterable in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DescribeSnapshotsIterable Modifier and Type Method Description default DescribeSnapshotsIterableFSxClient. describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Returns the description of specific Amazon FSx for OpenZFS snapshots, if aSnapshotIdsvalue is provided.default DescribeSnapshotsIterableFSxClient. describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)Returns the description of specific Amazon FSx for OpenZFS snapshots, if aSnapshotIdsvalue is provided.
-