Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private Deployment |
SingleInstanceHealth.deployment
Information about the most recent deployment to an instance.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.clone() |
Deployment |
SingleInstanceHealth.getDeployment()
Information about the most recent deployment to an instance.
|
Deployment |
Deployment.withDeploymentId(java.lang.Long deploymentId)
The ID of the deployment.
|
Deployment |
Deployment.withDeploymentTime(java.util.Date deploymentTime)
For in-progress deployments, the time that the deloyment started.
|
Deployment |
Deployment.withStatus(java.lang.String status)
The status of the deployment:
|
Deployment |
Deployment.withVersionLabel(java.lang.String versionLabel)
The version label of the application version in the deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleInstanceHealth.setDeployment(Deployment deployment)
Information about the most recent deployment to an instance.
|
SingleInstanceHealth |
SingleInstanceHealth.withDeployment(Deployment deployment)
Information about the most recent deployment to an instance.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |