Uses of Class
software.amazon.awssdk.services.rds.model.InvalidBlueGreenDeploymentStateException
Packages that use InvalidBlueGreenDeploymentStateException
-
Uses of InvalidBlueGreenDeploymentStateException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw InvalidBlueGreenDeploymentStateExceptionModifier and TypeMethodDescriptionRdsClient.deleteBlueGreenDeployment(Consumer<DeleteBlueGreenDeploymentRequest.Builder> deleteBlueGreenDeploymentRequest) Deletes a blue/green deployment.RdsClient.deleteBlueGreenDeployment(DeleteBlueGreenDeploymentRequest deleteBlueGreenDeploymentRequest) Deletes a blue/green deployment.RdsClient.switchoverBlueGreenDeployment(Consumer<SwitchoverBlueGreenDeploymentRequest.Builder> switchoverBlueGreenDeploymentRequest) Switches over a blue/green deployment.RdsClient.switchoverBlueGreenDeployment(SwitchoverBlueGreenDeploymentRequest switchoverBlueGreenDeploymentRequest) Switches over a blue/green deployment.