Uses of Class
com.amazonaws.services.ecs.model.Deployment
Packages that use Deployment
-
Uses of Deployment in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return DeploymentModifier and TypeMethodDescriptionDeployment.clone()
Deployment.withCreatedAt
(Date createdAt) The Unix time in seconds and milliseconds when the service was created.Deployment.withDesiredCount
(Integer desiredCount) The most recent desired count of tasks that was specified for the service to deploy or maintain.The ID of the deployment.Deployment.withPendingCount
(Integer pendingCount) The number of tasks in the deployment that are in thePENDING
status.Deployment.withRunningCount
(Integer runningCount) The number of tasks in the deployment that are in theRUNNING
status.Deployment.withStatus
(String status) The status of the deployment.Deployment.withTaskDefinition
(String taskDefinition) The most recent task definition that was specified for the service to use.Deployment.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 DeploymentModifier and TypeMethodDescriptionService.getDeployments()
The current state of deployments for the service.Methods in com.amazonaws.services.ecs.model with parameters of type DeploymentModifier and TypeMethodDescriptionService.withDeployments
(Deployment... deployments) The current state of deployments for the service.Method parameters in com.amazonaws.services.ecs.model with type arguments of type DeploymentModifier and TypeMethodDescriptionvoid
Service.setDeployments
(Collection<Deployment> deployments) The current state of deployments for the service.Service.withDeployments
(Collection<Deployment> deployments) The current state of deployments for the service.