| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<BlueGreenDeploymentTask> |
BlueGreenDeployment.tasks()
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.tasks(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 |
|---|---|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.tasks(Collection<BlueGreenDeploymentTask> tasks)
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
Copyright © 2023. All rights reserved.