| 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.createDBClusterSnapshot(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
DBClusterSnapshot |
AmazonRDS.createDBClusterSnapshot(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DBClusterSnapshot> |
AmazonRDSAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.clone() |
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster to create a snapshot for.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the DB cluster snapshot.
|
Copyright © 2015. All rights reserved.