| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| software.amazon.awssdk.services.neptune.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDbClusterSnapshotsResponse |
NeptuneClient.describeDBClusterSnapshots()
Returns information about DB cluster snapshots.
|
default DescribeDbClusterSnapshotsResponse |
NeptuneClient.describeDBClusterSnapshots(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
default DescribeDbClusterSnapshotsResponse |
NeptuneClient.describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeDbClusterSnapshotsResponse> |
NeptuneAsyncClient.describeDBClusterSnapshots()
Returns information about DB cluster snapshots.
|
default CompletableFuture<DescribeDbClusterSnapshotsResponse> |
NeptuneAsyncClient.describeDBClusterSnapshots(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
default CompletableFuture<DescribeDbClusterSnapshotsResponse> |
NeptuneAsyncClient.describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeDbClusterSnapshotsResponse> |
DescribeDBClusterSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBClusterSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDbClusterSnapshotsResponse> subscriber) |
Copyright © 2021. All rights reserved.