| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
TargetInstances |
DeploymentInfo.targetInstances()
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
TargetInstances |
CreateDeploymentRequest.targetInstances()
Information about the instances that will belong to the replacement environment in a blue/green deployment.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo.Builder |
DeploymentInfo.Builder.targetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.targetInstances(TargetInstances targetInstances)
Information about the instances that will belong to the replacement environment in a blue/green deployment.
|
| Modifier and Type | Method and Description |
|---|---|
TargetInstances |
TargetInstancesUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetInstancesMarshaller.marshall(TargetInstances targetInstances,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.