Uses of Class
software.amazon.awssdk.services.rds.model.BlueGreenDeployment
-
Packages that use BlueGreenDeployment Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of BlueGreenDeployment in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return BlueGreenDeployment Modifier and Type Method Description BlueGreenDeploymentCreateBlueGreenDeploymentResponse. blueGreenDeployment()Returns the value of the BlueGreenDeployment property for this object.BlueGreenDeploymentDeleteBlueGreenDeploymentResponse. blueGreenDeployment()Returns the value of the BlueGreenDeployment property for this object.BlueGreenDeploymentSwitchoverBlueGreenDeploymentResponse. blueGreenDeployment()Returns the value of the BlueGreenDeployment property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type BlueGreenDeployment Modifier and Type Method Description List<BlueGreenDeployment>DescribeBlueGreenDeploymentsResponse. blueGreenDeployments()A list of blue/green deployments in the current account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.rds.model with parameters of type BlueGreenDeployment Modifier and Type Method Description CreateBlueGreenDeploymentResponse.BuilderCreateBlueGreenDeploymentResponse.Builder. blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)Sets the value of the BlueGreenDeployment property for this object.DeleteBlueGreenDeploymentResponse.BuilderDeleteBlueGreenDeploymentResponse.Builder. blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)Sets the value of the BlueGreenDeployment property for this object.SwitchoverBlueGreenDeploymentResponse.BuilderSwitchoverBlueGreenDeploymentResponse.Builder. blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)Sets the value of the BlueGreenDeployment property for this object.DescribeBlueGreenDeploymentsResponse.BuilderDescribeBlueGreenDeploymentsResponse.Builder. blueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)A list of blue/green deployments in the current account and Amazon Web Services Region.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type BlueGreenDeployment Modifier and Type Method Description DescribeBlueGreenDeploymentsResponse.BuilderDescribeBlueGreenDeploymentsResponse.Builder. blueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)A list of blue/green deployments in the current account and Amazon Web Services Region. -
Uses of BlueGreenDeployment in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type BlueGreenDeployment Modifier and Type Method Description SdkIterable<BlueGreenDeployment>DescribeBlueGreenDeploymentsIterable. blueGreenDeployments()Returns an iterable to iterate through the paginatedDescribeBlueGreenDeploymentsResponse.blueGreenDeployments()member.SdkPublisher<BlueGreenDeployment>DescribeBlueGreenDeploymentsPublisher. blueGreenDeployments()Returns a publisher that can be used to get a stream of data.
-