| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.builder() |
BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.Builder.deploymentReadyOption(DeploymentReadyOption deploymentReadyOption)
Information about the action to take when newly provisioned instances are ready to receive traffic in a
blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.Builder.greenFleetProvisioningOption(GreenFleetProvisioningOption greenFleetProvisioningOption)
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.Builder.terminateBlueInstancesOnDeploymentSuccess(BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess)
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlueGreenDeploymentConfiguration.Builder> |
BlueGreenDeploymentConfiguration.serializableBuilderClass() |
Copyright © 2017. All rights reserved.