Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterSnapshotsResult |
AbstractAmazonRDS.describeDBClusterSnapshots() |
DescribeDBClusterSnapshotsResult |
AmazonRDS.describeDBClusterSnapshots()
Simplified method form for invoking the DescribeDBClusterSnapshots
operation.
|
DescribeDBClusterSnapshotsResult |
AmazonRDSClient.describeDBClusterSnapshots() |
DescribeDBClusterSnapshotsResult |
AbstractAmazonRDS.describeDBClusterSnapshots(DescribeDBClusterSnapshotsRequest request) |
DescribeDBClusterSnapshotsResult |
AmazonRDS.describeDBClusterSnapshots(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
DescribeDBClusterSnapshotsResult |
AmazonRDSClient.describeDBClusterSnapshots(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.clone() |
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.withDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.withDBClusterSnapshots(DBClusterSnapshot... dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterSnapshots request.
|
Copyright © 2018. All rights reserved.