Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Deployment
Packages that use Deployment
-
Uses of Deployment in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DeploymentModifier and TypeMethodDescriptionDeployment.clone()SingleInstanceHealth.getDeployment()Information about the most recent deployment to an instance.Deployment.withDeploymentId(Long deploymentId) The ID of the deployment.Deployment.withDeploymentTime(Date deploymentTime) For in-progress deployments, the time that the deloyment started.Deployment.withStatus(String status) The status of the 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 DeploymentModifier and TypeMethodDescriptionvoidSingleInstanceHealth.setDeployment(Deployment deployment) Information about the most recent deployment to an instance.SingleInstanceHealth.withDeployment(Deployment deployment) Information about the most recent deployment to an instance.