Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
BlueGreenDeploymentConfiguration |
BlueGreenDeploymentConfiguration.clone() |
BlueGreenDeploymentConfiguration |
UpdateDeploymentGroupRequest.getBlueGreenDeploymentConfiguration()
Information about blue/green deployment options for a deployment group.
|
BlueGreenDeploymentConfiguration |
CreateDeploymentGroupRequest.getBlueGreenDeploymentConfiguration()
Information about blue/green deployment options for a deployment group.
|
BlueGreenDeploymentConfiguration |
DeploymentGroupInfo.getBlueGreenDeploymentConfiguration()
Information about blue/green deployment options for a deployment group.
|
BlueGreenDeploymentConfiguration |
DeploymentInfo.getBlueGreenDeploymentConfiguration()
Information about blue/green deployment options for this deployment.
|
BlueGreenDeploymentConfiguration |
BlueGreenDeploymentConfiguration.withDeploymentReadyOption(DeploymentReadyOption deploymentReadyOption)
Information about the action to take when newly provisioned instances are ready to receive traffic in a
blue/green deployment.
|
BlueGreenDeploymentConfiguration |
BlueGreenDeploymentConfiguration.withGreenFleetProvisioningOption(GreenFleetProvisioningOption greenFleetProvisioningOption)
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
|
BlueGreenDeploymentConfiguration |
BlueGreenDeploymentConfiguration.withTerminateBlueInstancesOnDeploymentSuccess(BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess)
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDeploymentGroupRequest.setBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
void |
CreateDeploymentGroupRequest.setBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
void |
DeploymentGroupInfo.setBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
void |
DeploymentInfo.setBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for this deployment.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
DeploymentInfo |
DeploymentInfo.withBlueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for this deployment.
|
Copyright © 2021. All rights reserved.