Uses of Class
software.amazon.awssdk.services.codedeploy.model.DeploymentReadyAction
-
Packages that use DeploymentReadyAction Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of DeploymentReadyAction in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return DeploymentReadyAction Modifier and Type Method Description DeploymentReadyActionDeploymentReadyOption. actionOnTimeout()Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.static DeploymentReadyActionDeploymentReadyAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentReadyActionDeploymentReadyAction. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentReadyAction[]DeploymentReadyAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type DeploymentReadyAction Modifier and Type Method Description static Set<DeploymentReadyAction>DeploymentReadyAction. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type DeploymentReadyAction Modifier and Type Method Description DeploymentReadyOption.BuilderDeploymentReadyOption.Builder. actionOnTimeout(DeploymentReadyAction actionOnTimeout)Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.
-