Uses of Class
com.amazonaws.services.ecs.model.Service
Packages that use Service
-
Uses of Service in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ServiceModifier and TypeMethodDescriptionService.clone()
CreateServiceResult.getService()
The full description of your service following the create call.DeleteServiceResult.getService()
The full description of the deleted service.UpdateServiceResult.getService()
The full description of your service following the update call.Service.withClusterArn
(String clusterArn) The Amazon Resource Name (ARN) of the cluster that hosts the service.Service.withCreatedAt
(Date createdAt) The Unix time in seconds and milliseconds when the service was created.Service.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.Service.withDeployments
(Deployment... deployments) The current state of deployments for the service.Service.withDeployments
(Collection<Deployment> deployments) The current state of deployments for the service.Service.withDesiredCount
(Integer desiredCount) The desired number of instantiations of the task definition to keep running on the service.Service.withEvents
(ServiceEvent... events) The event stream for your service.Service.withEvents
(Collection<ServiceEvent> events) The event stream for your service.Service.withLoadBalancers
(LoadBalancer... loadBalancers) A list of load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.Service.withLoadBalancers
(Collection<LoadBalancer> loadBalancers) A list of load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.Service.withPendingCount
(Integer pendingCount) The number of tasks in the cluster that are in thePENDING
state.Service.withRoleArn
(String roleArn) The Amazon Resource Name (ARN) of the IAM role associated with the service that allows the Amazon ECS container agent to register container instances with a load balancer.Service.withRunningCount
(Integer runningCount) The number of tasks in the cluster that are in theRUNNING
state.Service.withServiceArn
(String serviceArn) The Amazon Resource Name (ARN) that identifies the service.Service.withServiceName
(String serviceName) The name of your service.Service.withStatus
(String status) The status of the service.Service.withTaskDefinition
(String taskDefinition) The task definition to use for tasks in the service.Methods in com.amazonaws.services.ecs.model that return types with arguments of type ServiceModifier and TypeMethodDescriptionDescribeServicesResult.getServices()
The list of services described.Methods in com.amazonaws.services.ecs.model with parameters of type ServiceModifier and TypeMethodDescriptionvoid
CreateServiceResult.setService
(Service service) The full description of your service following the create call.void
DeleteServiceResult.setService
(Service service) The full description of the deleted service.void
UpdateServiceResult.setService
(Service service) The full description of your service following the update call.CreateServiceResult.withService
(Service service) The full description of your service following the create call.DeleteServiceResult.withService
(Service service) The full description of the deleted service.UpdateServiceResult.withService
(Service service) The full description of your service following the update call.DescribeServicesResult.withServices
(Service... services) The list of services described.Method parameters in com.amazonaws.services.ecs.model with type arguments of type ServiceModifier and TypeMethodDescriptionvoid
DescribeServicesResult.setServices
(Collection<Service> services) The list of services described.DescribeServicesResult.withServices
(Collection<Service> services) The list of services described.