Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
DeploymentConfigInfo |
DeploymentConfigInfo.clone() |
DeploymentConfigInfo |
GetDeploymentConfigResult.getDeploymentConfigInfo()
Information about the deployment configuration.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
DeploymentConfigInfo |
DeploymentConfigInfo.withComputePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
DeploymentConfigInfo |
DeploymentConfigInfo.withCreateTime(Date createTime)
The time at which the deployment configuration was created.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDeploymentConfigResult.setDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Information about the deployment configuration.
|
GetDeploymentConfigResult |
GetDeploymentConfigResult.withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Information about the deployment configuration.
|
Copyright © 2018. All rights reserved.