Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Deployment
-
Packages that use Deployment Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of Deployment in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return Deployment Modifier and Type Method 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.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Deployment Modifier and Type Method 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.
-