Uses of Class
software.amazon.awssdk.services.rds.model.CreateBlueGreenDeploymentResponse
Packages that use CreateBlueGreenDeploymentResponse
-
Uses of CreateBlueGreenDeploymentResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateBlueGreenDeploymentResponseModifier and TypeMethodDescriptionRdsClient.createBlueGreenDeployment(Consumer<CreateBlueGreenDeploymentRequest.Builder> createBlueGreenDeploymentRequest) Creates a blue/green deployment.RdsClient.createBlueGreenDeployment(CreateBlueGreenDeploymentRequest createBlueGreenDeploymentRequest) Creates a blue/green deployment.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateBlueGreenDeploymentResponseModifier and TypeMethodDescriptionRdsAsyncClient.createBlueGreenDeployment(Consumer<CreateBlueGreenDeploymentRequest.Builder> createBlueGreenDeploymentRequest) Creates a blue/green deployment.RdsAsyncClient.createBlueGreenDeployment(CreateBlueGreenDeploymentRequest createBlueGreenDeploymentRequest) Creates a blue/green deployment.