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 DeploymentDeployment. clone()DeploymentSingleInstanceHealth. getDeployment()Information about the most recent deployment to an instance.DeploymentDeployment. withDeploymentId(Long deploymentId)The ID of the deployment.DeploymentDeployment. withDeploymentTime(Date deploymentTime)For in-progress deployments, the time that the deloyment started.DeploymentDeployment. withStatus(String status)The status of the deployment:DeploymentDeployment. 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 voidSingleInstanceHealth. setDeployment(Deployment deployment)Information about the most recent deployment to an instance.SingleInstanceHealthSingleInstanceHealth. withDeployment(Deployment deployment)Information about the most recent deployment to an instance.
-