| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeploymentTask |
BlueGreenDeploymentTask.clone() |
BlueGreenDeploymentTask |
BlueGreenDeploymentTask.withName(String name)
The name of the blue/green deployment task.
|
BlueGreenDeploymentTask |
BlueGreenDeploymentTask.withStatus(String status)
The status of the blue/green deployment task.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlueGreenDeploymentTask> |
BlueGreenDeployment.getTasks()
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeployment |
BlueGreenDeployment.withTasks(BlueGreenDeploymentTask... tasks)
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlueGreenDeployment.setTasks(Collection<BlueGreenDeploymentTask> tasks)
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
BlueGreenDeployment |
BlueGreenDeployment.withTasks(Collection<BlueGreenDeploymentTask> tasks)
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
Copyright © 2022. All rights reserved.