Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeploymentConfigInfo |
GetDeploymentConfigResult.deploymentConfigInfo
Information about the deployment configuration.
|
Modifier and Type | Method and Description |
---|---|
DeploymentConfigInfo |
DeploymentConfigInfo.clone() |
DeploymentConfigInfo |
GetDeploymentConfigResult.getDeploymentConfigInfo()
Information about the deployment configuration.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withCreateTime(java.util.Date createTime)
The time at which the deployment configuration was created.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withDeploymentConfigId(java.lang.String deploymentConfigId)
The deployment configuration ID.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withDeploymentConfigName(java.lang.String deploymentConfigName)
The deployment configuration name.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentConfigInfo |
DeploymentConfigInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfigInfoJsonMarshaller.marshall(DeploymentConfigInfo deploymentConfigInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|