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 |
---|---|
DBSnapshot |
AmazonRDSClient.copyDBSnapshot(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DBSnapshot.
|
DBSnapshot |
AmazonRDS.copyDBSnapshot(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DBSnapshot.
|
Modifier and Type | Method and Description |
---|---|
Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DBSnapshot.
|
Modifier and Type | Method and Description |
---|---|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withSourceDBSnapshotIdentifier(String sourceDBSnapshotIdentifier)
The identifier for the source DB snapshot.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTags(Collection<Tag> tags)
A list of tags.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTags(Tag... tags)
A list of tags.
|
CopyDBSnapshotRequest |
CopyDBSnapshotRequest.withTargetDBSnapshotIdentifier(String targetDBSnapshotIdentifier)
The identifier for the copied snapshot.
|
Copyright © 2014. All rights reserved.