Uses of Class
software.amazon.awssdk.services.rds.model.BlueGreenDeployment
Packages that use BlueGreenDeployment
Package
Description
-
Uses of BlueGreenDeployment in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return BlueGreenDeploymentModifier and TypeMethodDescriptionfinal BlueGreenDeploymentCreateBlueGreenDeploymentResponse.blueGreenDeployment()Returns the value of the BlueGreenDeployment property for this object.final BlueGreenDeploymentDeleteBlueGreenDeploymentResponse.blueGreenDeployment()Returns the value of the BlueGreenDeployment property for this object.final 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 BlueGreenDeploymentModifier and TypeMethodDescriptionfinal 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 BlueGreenDeploymentModifier and TypeMethodDescriptionCreateBlueGreenDeploymentResponse.Builder.blueGreenDeployment(BlueGreenDeployment blueGreenDeployment) Sets the value of the BlueGreenDeployment property for this object.DeleteBlueGreenDeploymentResponse.Builder.blueGreenDeployment(BlueGreenDeployment blueGreenDeployment) Sets the value of the BlueGreenDeployment property for this object.SwitchoverBlueGreenDeploymentResponse.Builder.blueGreenDeployment(BlueGreenDeployment blueGreenDeployment) Sets the value of the BlueGreenDeployment property for this object.DescribeBlueGreenDeploymentsResponse.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 BlueGreenDeploymentModifier and TypeMethodDescriptionDescribeBlueGreenDeploymentsResponse.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 BlueGreenDeploymentModifier and TypeMethodDescriptionfinal SdkIterable<BlueGreenDeployment>DescribeBlueGreenDeploymentsIterable.blueGreenDeployments()Returns an iterable to iterate through the paginatedDescribeBlueGreenDeploymentsResponse.blueGreenDeployments()member.final SdkPublisher<BlueGreenDeployment>DescribeBlueGreenDeploymentsPublisher.blueGreenDeployments()Returns a publisher that can be used to get a stream of data.