Uses of Class
software.amazon.awssdk.services.rds.model.BlueGreenDeploymentTask
Packages that use BlueGreenDeploymentTask
-
Uses of BlueGreenDeploymentTask in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type BlueGreenDeploymentTaskModifier and TypeMethodDescriptionfinal List<BlueGreenDeploymentTask>BlueGreenDeployment.tasks()Either tasks to be performed or tasks that have been completed on the target database before switchover.Methods in software.amazon.awssdk.services.rds.model with parameters of type BlueGreenDeploymentTaskModifier and TypeMethodDescriptionBlueGreenDeployment.Builder.tasks(BlueGreenDeploymentTask... tasks) Either tasks to be performed or tasks that have been completed on the target database before switchover.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type BlueGreenDeploymentTaskModifier and TypeMethodDescriptionBlueGreenDeployment.Builder.tasks(Collection<BlueGreenDeploymentTask> tasks) Either tasks to be performed or tasks that have been completed on the target database before switchover.