Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
DeploymentStyle |
DeploymentStyle.clone() |
DeploymentStyle |
UpdateDeploymentGroupRequest.getDeploymentStyle()
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.getDeploymentStyle()
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.
|
DeploymentStyle |
DeploymentGroupInfo.getDeploymentStyle()
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.getDeploymentStyle()
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 |
DeploymentStyle.withDeploymentOption(DeploymentOption deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
|
DeploymentStyle |
DeploymentStyle.withDeploymentOption(String deploymentOption)
Indicates whether to route deployment traffic behind a load balancer.
|
DeploymentStyle |
DeploymentStyle.withDeploymentType(DeploymentType deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
|
DeploymentStyle |
DeploymentStyle.withDeploymentType(String deploymentType)
Indicates whether to run an in-place deployment or a blue/green deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDeploymentGroupRequest.setDeploymentStyle(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.
|
void |
CreateDeploymentGroupRequest.setDeploymentStyle(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.
|
void |
DeploymentGroupInfo.setDeploymentStyle(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.
|
void |
DeploymentInfo.setDeploymentStyle(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 |
UpdateDeploymentGroupRequest.withDeploymentStyle(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 |
CreateDeploymentGroupRequest.withDeploymentStyle(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 |
DeploymentGroupInfo.withDeploymentStyle(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 |
DeploymentInfo.withDeploymentStyle(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.
|
Copyright © 2021. All rights reserved.