Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DBSnapshot |
AmazonRDS.modifyDBSnapshot(ModifyDBSnapshotRequest modifyDBSnapshotRequest)
Updates a manual DB snapshot, which can be encrypted or not encrypted, with a new engine version.
|
DBSnapshot |
AmazonRDSClient.modifyDBSnapshot(ModifyDBSnapshotRequest request)
Updates a manual DB snapshot, which can be encrypted or not encrypted, with a new engine version.
|
DBSnapshot |
AbstractAmazonRDS.modifyDBSnapshot(ModifyDBSnapshotRequest request) |
Future<DBSnapshot> |
AbstractAmazonRDSAsync.modifyDBSnapshotAsync(ModifyDBSnapshotRequest request) |
Future<DBSnapshot> |
AmazonRDSAsyncClient.modifyDBSnapshotAsync(ModifyDBSnapshotRequest request) |
Future<DBSnapshot> |
AmazonRDSAsync.modifyDBSnapshotAsync(ModifyDBSnapshotRequest modifyDBSnapshotRequest)
Updates a manual DB snapshot, which can be encrypted or not encrypted, with a new engine version.
|
Future<DBSnapshot> |
AbstractAmazonRDSAsync.modifyDBSnapshotAsync(ModifyDBSnapshotRequest request,
AsyncHandler<ModifyDBSnapshotRequest,DBSnapshot> asyncHandler) |
Future<DBSnapshot> |
AmazonRDSAsyncClient.modifyDBSnapshotAsync(ModifyDBSnapshotRequest request,
AsyncHandler<ModifyDBSnapshotRequest,DBSnapshot> asyncHandler) |
Future<DBSnapshot> |
AmazonRDSAsync.modifyDBSnapshotAsync(ModifyDBSnapshotRequest modifyDBSnapshotRequest,
AsyncHandler<ModifyDBSnapshotRequest,DBSnapshot> asyncHandler)
Updates a manual DB snapshot, which can be encrypted or not encrypted, with a new engine version.
|
Modifier and Type | Method and Description |
---|---|
Future<DBSnapshot> |
AbstractAmazonRDSAsync.modifyDBSnapshotAsync(ModifyDBSnapshotRequest request,
AsyncHandler<ModifyDBSnapshotRequest,DBSnapshot> asyncHandler) |
Future<DBSnapshot> |
AmazonRDSAsyncClient.modifyDBSnapshotAsync(ModifyDBSnapshotRequest request,
AsyncHandler<ModifyDBSnapshotRequest,DBSnapshot> asyncHandler) |
Future<DBSnapshot> |
AmazonRDSAsync.modifyDBSnapshotAsync(ModifyDBSnapshotRequest modifyDBSnapshotRequest,
AsyncHandler<ModifyDBSnapshotRequest,DBSnapshot> asyncHandler)
Updates a manual DB snapshot, which can be encrypted or not encrypted, with a new engine version.
|
Modifier and Type | Method and Description |
---|---|
ModifyDBSnapshotRequest |
ModifyDBSnapshotRequest.clone() |
ModifyDBSnapshotRequest |
ModifyDBSnapshotRequest.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier of the DB snapshot to modify.
|
ModifyDBSnapshotRequest |
ModifyDBSnapshotRequest.withEngineVersion(String engineVersion)
The engine version to upgrade the DB snapshot to.
|
ModifyDBSnapshotRequest |
ModifyDBSnapshotRequest.withOptionGroupName(String optionGroupName)
The option group to identify with the upgraded DB snapshot.
|
Copyright © 2017. All rights reserved.