Uses of Class
com.amazonaws.services.ecs.model.Deployment
-
Packages that use Deployment Package Description com.amazonaws.services.ecs.model -
-
Uses of Deployment in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return Deployment Modifier and Type Method Description DeploymentDeployment. clone()DeploymentDeployment. withCreatedAt(Date createdAt)The Unix time in seconds and milliseconds when the service was created.DeploymentDeployment. withDesiredCount(Integer desiredCount)The most recent desired count of tasks that was specified for the service to deploy or maintain.DeploymentDeployment. withId(String id)The ID of the deployment.DeploymentDeployment. withPendingCount(Integer pendingCount)The number of tasks in the deployment that are in thePENDINGstatus.DeploymentDeployment. withRunningCount(Integer runningCount)The number of tasks in the deployment that are in theRUNNINGstatus.DeploymentDeployment. withStatus(String status)The status of the deployment.DeploymentDeployment. withTaskDefinition(String taskDefinition)The most recent task definition that was specified for the service to use.DeploymentDeployment. withUpdatedAt(Date updatedAt)The Unix time in seconds and milliseconds when the service was last updated.Methods in com.amazonaws.services.ecs.model that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>Service. getDeployments()The current state of deployments for the service.Methods in com.amazonaws.services.ecs.model with parameters of type Deployment Modifier and Type Method Description ServiceService. withDeployments(Deployment... deployments)The current state of deployments for the service.Method parameters in com.amazonaws.services.ecs.model with type arguments of type Deployment Modifier and Type Method Description voidService. setDeployments(Collection<Deployment> deployments)The current state of deployments for the service.ServiceService. withDeployments(Collection<Deployment> deployments)The current state of deployments for the service.
-