| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
LastDeploymentInfo |
DeploymentGroupInfo.lastAttemptedDeployment()
Information about the most recent attempted deployment to the deployment group.
|
LastDeploymentInfo |
DeploymentGroupInfo.lastSuccessfulDeployment()
Information about the most recent successful deployment to the deployment group.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastAttemptedDeployment(LastDeploymentInfo lastAttemptedDeployment)
Information about the most recent attempted deployment to the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastSuccessfulDeployment(LastDeploymentInfo lastSuccessfulDeployment)
Information about the most recent successful deployment to the deployment group.
|
| Modifier and Type | Method and Description |
|---|---|
LastDeploymentInfo |
LastDeploymentInfoUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
LastDeploymentInfoMarshaller.marshall(LastDeploymentInfo lastDeploymentInfo,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.