Uses of Class
software.amazon.awssdk.services.fsx.model.DescribeSnapshotsRequest
-
Packages that use DescribeSnapshotsRequest 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 software.amazon.awssdk.services.fsx.transform -
-
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description default CompletableFuture<DescribeSnapshotsResponse>FSxAsyncClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Returns the description of specific Amazon FSx for OpenZFS snapshots, if aSnapshotIdsvalue is provided.default DescribeSnapshotsResponseFSxClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Returns the description of specific Amazon FSx for OpenZFS snapshots, if aSnapshotIdsvalue is provided.default DescribeSnapshotsPublisherFSxAsyncClient. describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)This is a variant ofFSxAsyncClient.describeSnapshots(software.amazon.awssdk.services.fsx.model.DescribeSnapshotsRequest)operation.default DescribeSnapshotsIterableFSxClient. describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)This is a variant ofFSxClient.describeSnapshots(software.amazon.awssdk.services.fsx.model.DescribeSnapshotsRequest)operation. -
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.fsx.paginators
Constructors in software.amazon.awssdk.services.fsx.paginators with parameters of type DescribeSnapshotsRequest Constructor Description DescribeSnapshotsIterable(FSxClient client, DescribeSnapshotsRequest firstRequest)DescribeSnapshotsPublisher(FSxAsyncClient client, DescribeSnapshotsRequest firstRequest) -
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSnapshotsRequestMarshaller. marshall(DescribeSnapshotsRequest describeSnapshotsRequest)
-