Uses of Class
software.amazon.awssdk.services.rds.model.InvalidBlueGreenDeploymentStateException
-
Packages that use InvalidBlueGreenDeploymentStateException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of InvalidBlueGreenDeploymentStateException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw InvalidBlueGreenDeploymentStateException Modifier and Type Method Description default DeleteBlueGreenDeploymentResponseRdsClient. deleteBlueGreenDeployment(Consumer<DeleteBlueGreenDeploymentRequest.Builder> deleteBlueGreenDeploymentRequest)Deletes a blue/green deployment.default DeleteBlueGreenDeploymentResponseRdsClient. deleteBlueGreenDeployment(DeleteBlueGreenDeploymentRequest deleteBlueGreenDeploymentRequest)Deletes a blue/green deployment.default SwitchoverBlueGreenDeploymentResponseRdsClient. switchoverBlueGreenDeployment(Consumer<SwitchoverBlueGreenDeploymentRequest.Builder> switchoverBlueGreenDeploymentRequest)Switches over a blue/green deployment.default SwitchoverBlueGreenDeploymentResponseRdsClient. switchoverBlueGreenDeployment(SwitchoverBlueGreenDeploymentRequest switchoverBlueGreenDeploymentRequest)Switches over a blue/green deployment.
-