Uses of Class
software.amazon.awssdk.services.rds.model.CreateBlueGreenDeploymentResponse
-
Packages that use CreateBlueGreenDeploymentResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateBlueGreenDeploymentResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateBlueGreenDeploymentResponse Modifier and Type Method Description default CreateBlueGreenDeploymentResponseRdsClient. createBlueGreenDeployment(Consumer<CreateBlueGreenDeploymentRequest.Builder> createBlueGreenDeploymentRequest)Creates a blue/green deployment.default CreateBlueGreenDeploymentResponseRdsClient. createBlueGreenDeployment(CreateBlueGreenDeploymentRequest createBlueGreenDeploymentRequest)Creates a blue/green deployment.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateBlueGreenDeploymentResponse Modifier and Type Method Description default CompletableFuture<CreateBlueGreenDeploymentResponse>RdsAsyncClient. createBlueGreenDeployment(Consumer<CreateBlueGreenDeploymentRequest.Builder> createBlueGreenDeploymentRequest)Creates a blue/green deployment.default CompletableFuture<CreateBlueGreenDeploymentResponse>RdsAsyncClient. createBlueGreenDeployment(CreateBlueGreenDeploymentRequest createBlueGreenDeploymentRequest)Creates a blue/green deployment.
-