| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDBClusterSnapshotsResult> |
AmazonNeptuneAsyncClient.describeDBClusterSnapshotsAsync(DescribeDBClusterSnapshotsRequest request,
AsyncHandler<DescribeDBClusterSnapshotsRequest,DescribeDBClusterSnapshotsResult> asyncHandler) |
Future<DescribeDBClusterSnapshotsResult> |
AbstractAmazonNeptuneAsync.describeDBClusterSnapshotsAsync(DescribeDBClusterSnapshotsRequest request,
AsyncHandler<DescribeDBClusterSnapshotsRequest,DescribeDBClusterSnapshotsResult> asyncHandler) |
Future<DescribeDBClusterSnapshotsResult> |
AmazonNeptuneAsync.describeDBClusterSnapshotsAsync(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest,
AsyncHandler<DescribeDBClusterSnapshotsRequest,DescribeDBClusterSnapshotsResult> asyncHandler)
Returns information about DB cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.clone() |
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The ID of the DB cluster to retrieve the list of DB cluster snapshots for.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
A specific DB cluster snapshot identifier to describe.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withIncludePublic(Boolean includePublic)
True to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon account,
and otherwise false.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withIncludeShared(Boolean includeShared)
True to include shared manual DB cluster snapshots from other Amazon accounts that this Amazon account has been
given permission to copy or restore, and otherwise false.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterSnapshots request. |
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withSnapshotType(String snapshotType)
The type of DB cluster snapshots to be returned.
|
Copyright © 2022. All rights reserved.