Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeDbClusterSnapshotsRequest
-
Packages that use DescribeDbClusterSnapshotsRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators software.amazon.awssdk.services.neptune.transform -
-
Uses of DescribeDbClusterSnapshotsRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type DescribeDbClusterSnapshotsRequest Modifier and Type Method Description default CompletableFuture<DescribeDbClusterSnapshotsResponse>NeptuneAsyncClient. describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about DB cluster snapshots.default DescribeDbClusterSnapshotsResponseNeptuneClient. describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about DB cluster snapshots.default DescribeDBClusterSnapshotsPublisherNeptuneAsyncClient. describeDBClusterSnapshotsPaginator(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about DB cluster snapshots.default DescribeDBClusterSnapshotsIterableNeptuneClient. describeDBClusterSnapshotsPaginator(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about DB cluster snapshots. -
Uses of DescribeDbClusterSnapshotsRequest in software.amazon.awssdk.services.neptune.paginators
Constructors in software.amazon.awssdk.services.neptune.paginators with parameters of type DescribeDbClusterSnapshotsRequest Constructor Description DescribeDBClusterSnapshotsIterable(NeptuneClient client, DescribeDbClusterSnapshotsRequest firstRequest)DescribeDBClusterSnapshotsPublisher(NeptuneAsyncClient client, DescribeDbClusterSnapshotsRequest firstRequest) -
Uses of DescribeDbClusterSnapshotsRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type DescribeDbClusterSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDbClusterSnapshotsRequestMarshaller. marshall(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
-