Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.clone() |
Deployment |
SingleInstanceHealth.getDeployment()
Information about the most recent deployment to an instance.
|
Deployment |
Deployment.withDeploymentId(Long deploymentId)
The ID of the deployment.
|
Deployment |
Deployment.withDeploymentTime(Date deploymentTime)
For in-progress deployments, the time that the deloyment started.
|
Deployment |
Deployment.withStatus(String status)
The status of the deployment:
|
Deployment |
Deployment.withVersionLabel(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.
|
Copyright © 2018. All rights reserved.