| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStyle |
UpdateDeploymentGroupRequest.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.
|
DeploymentStyle |
DeploymentGroupInfo.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.
|
DeploymentStyle |
DeploymentInfo.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.
|
DeploymentStyle |
CreateDeploymentGroupRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.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.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.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.Builder |
DeploymentInfo.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.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.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.
|
Copyright © 2020. All rights reserved.