| Package | Description |
|---|---|
| com.amazonaws.services.rds |
Synchronous and asynchronous client classes for accessing AmazonRDS.
|
| com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshot |
AmazonRDSClient.copyDBClusterSnapshot(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
DBClusterSnapshot |
AmazonRDS.copyDBClusterSnapshot(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DBClusterSnapshot> |
AmazonRDSAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.clone() |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Collection<Tag> tags)
A list of tags.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Tag... tags)
A list of tags.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the
source DB cluster snapshot.
|
Copyright © 2015. All rights reserved.