| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBlueGreenDeploymentResult> |
AmazonRDSAsyncClient.createBlueGreenDeploymentAsync(CreateBlueGreenDeploymentRequest request,
AsyncHandler<CreateBlueGreenDeploymentRequest,CreateBlueGreenDeploymentResult> asyncHandler) |
Future<CreateBlueGreenDeploymentResult> |
AbstractAmazonRDSAsync.createBlueGreenDeploymentAsync(CreateBlueGreenDeploymentRequest request,
AsyncHandler<CreateBlueGreenDeploymentRequest,CreateBlueGreenDeploymentResult> asyncHandler) |
Future<CreateBlueGreenDeploymentResult> |
AmazonRDSAsync.createBlueGreenDeploymentAsync(CreateBlueGreenDeploymentRequest createBlueGreenDeploymentRequest,
AsyncHandler<CreateBlueGreenDeploymentRequest,CreateBlueGreenDeploymentResult> asyncHandler)
Creates a blue/green deployment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.clone() |
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withBlueGreenDeploymentName(String blueGreenDeploymentName)
The name of the blue/green deployment.
|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withSource(String source)
The Amazon Resource Name (ARN) of the source production database.
|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withTags(Collection<Tag> tags)
Tags to assign to the blue/green deployment.
|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withTags(Tag... tags)
Tags to assign to the blue/green deployment.
|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withTargetDBClusterParameterGroupName(String targetDBClusterParameterGroupName)
The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withTargetDBInstanceClass(String targetDBInstanceClass)
Specify the DB instance class for the databases in the green environment.
|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withTargetDBParameterGroupName(String targetDBParameterGroupName)
The DB parameter group associated with the DB instance in the green environment.
|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withTargetEngineVersion(String targetEngineVersion)
The engine version of the database in the green environment.
|
CreateBlueGreenDeploymentRequest |
CreateBlueGreenDeploymentRequest.withUpgradeTargetStorageConfig(Boolean upgradeTargetStorageConfig)
Whether to upgrade the storage file system configuration on the green database.
|
Copyright © 2024. All rights reserved.