Uses of Class
software.amazon.awssdk.services.codedeploy.model.DeploymentStyle
-
Packages that use DeploymentStyle Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of DeploymentStyle in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return DeploymentStyle Modifier and Type Method Description DeploymentStyleCreateDeploymentGroupRequest. deploymentStyle()Information about the type of deployment, in-place or blue/green, that you want to run and whether to route deployment traffic behind a load balancer.DeploymentStyleDeploymentGroupInfo. deploymentStyle()Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.DeploymentStyleDeploymentInfo. deploymentStyle()Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.DeploymentStyleUpdateDeploymentGroupRequest. deploymentStyle()Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type DeploymentStyle Modifier and Type Method Description CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. deploymentStyle(DeploymentStyle deploymentStyle)Information about the type of deployment, in-place or blue/green, that you want to run and whether to route deployment traffic behind a load balancer.DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. deploymentStyle(DeploymentStyle deploymentStyle)Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.DeploymentInfo.BuilderDeploymentInfo.Builder. deploymentStyle(DeploymentStyle deploymentStyle)Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.UpdateDeploymentGroupRequest.BuilderUpdateDeploymentGroupRequest.Builder. deploymentStyle(DeploymentStyle deploymentStyle)Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
-