| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Service | Service. clone() | 
| Service | DeleteServiceResult. getService()
 The full description of the deleted service. | 
| Service | CreateServiceResult. getService()
 The full description of your service following the create call. | 
| Service | UpdateServiceResult. getService()
 The full description of your service following the update call. | 
| Service | Service. withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
 The capacity provider strategy associated with the service. | 
| Service | Service. withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
 The capacity provider strategy associated with the service. | 
| Service | Service. withClusterArn(String clusterArn)
 The Amazon Resource Name (ARN) of the cluster that hosts the service. | 
| Service | Service. withCreatedAt(Date createdAt)
 The Unix timestamp for when the service was created. | 
| Service | Service. withCreatedBy(String createdBy)
 The principal that created the service. | 
| Service | 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 | Service. withDeploymentController(DeploymentController deploymentController)
 The deployment controller type the service is using. | 
| Service | Service. withDeployments(Collection<Deployment> deployments)
 The current state of deployments for the service. | 
| Service | Service. withDeployments(Deployment... deployments)
 The current state of deployments for the service. | 
| Service | Service. withDesiredCount(Integer desiredCount)
 The desired number of instantiations of the task definition to keep running on the service. | 
| Service | Service. withEnableECSManagedTags(Boolean enableECSManagedTags)
 Specifies whether to enable Amazon ECS managed tags for the tasks in the service. | 
| Service | Service. withEnableExecuteCommand(Boolean enableExecuteCommand)
 Whether or not the execute command functionality is enabled for the service. | 
| Service | Service. withEvents(Collection<ServiceEvent> events)
 The event stream for your service. | 
| Service | Service. withEvents(ServiceEvent... events)
 The event stream for your service. | 
| Service | Service. withHealthCheckGracePeriodSeconds(Integer healthCheckGracePeriodSeconds)
 The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing
 target health checks after a task has first started. | 
| Service | Service. withLaunchType(LaunchType launchType)
 The launch type on which your service is running. | 
| Service | Service. withLaunchType(String launchType)
 The launch type on which your service is running. | 
| Service | Service. withLoadBalancers(Collection<LoadBalancer> loadBalancers)
 A list of Elastic Load Balancing 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 | Service. withLoadBalancers(LoadBalancer... loadBalancers)
 A list of Elastic Load Balancing 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 | Service. withNetworkConfiguration(NetworkConfiguration networkConfiguration)
 The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
 using the  awsvpcnetworking mode. | 
| Service | Service. withPendingCount(Integer pendingCount)
 The number of tasks in the cluster that are in the  PENDINGstate. | 
| Service | Service. withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
 The placement constraints for the tasks in the service. | 
| Service | Service. withPlacementConstraints(PlacementConstraint... placementConstraints)
 The placement constraints for the tasks in the service. | 
| Service | Service. withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
 The placement strategy that determines how tasks for the service are placed. | 
| Service | Service. withPlacementStrategy(PlacementStrategy... placementStrategy)
 The placement strategy that determines how tasks for the service are placed. | 
| Service | Service. withPlatformVersion(String platformVersion)
 The platform version on which to run your service. | 
| Service | Service. withPropagateTags(PropagateTags propagateTags)
 Specifies whether to propagate the tags from the task definition or the service to the task. | 
| Service | Service. withPropagateTags(String propagateTags)
 Specifies whether to propagate the tags from the task definition or the service to the task. | 
| Service | Service. withRoleArn(String roleArn)
 The ARN of the IAM role associated with the service that allows the Amazon ECS container agent to register
 container instances with an Elastic Load Balancing load balancer. | 
| Service | Service. withRunningCount(Integer runningCount)
 The number of tasks in the cluster that are in the  RUNNINGstate. | 
| Service | Service. withSchedulingStrategy(SchedulingStrategy schedulingStrategy)
 The scheduling strategy to use for the service. | 
| Service | Service. withSchedulingStrategy(String schedulingStrategy)
 The scheduling strategy to use for the service. | 
| Service | Service. withServiceArn(String serviceArn)
 The ARN that identifies the service. | 
| Service | Service. withServiceName(String serviceName)
 The name of your service. | 
| Service | Service. withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
 The details of the service discovery registries to assign to this service. | 
| Service | Service. withServiceRegistries(ServiceRegistry... serviceRegistries)
 The details of the service discovery registries to assign to this service. | 
| Service | Service. withStatus(String status)
 The status of the service. | 
| Service | Service. withTags(Collection<Tag> tags)
 The metadata that you apply to the service to help you categorize and organize them. | 
| Service | Service. withTags(Tag... tags)
 The metadata that you apply to the service to help you categorize and organize them. | 
| Service | Service. withTaskDefinition(String taskDefinition)
 The task definition to use for tasks in the service. | 
| Service | Service. withTaskSets(Collection<TaskSet> taskSets)
 Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an  EXTERNALdeployment. | 
| Service | Service. withTaskSets(TaskSet... taskSets)
 Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an  EXTERNALdeployment. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Service> | DescribeServicesResult. getServices()
 The list of services described. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DeleteServiceResult. setService(Service service)
 The full description of the deleted service. | 
| void | CreateServiceResult. setService(Service service)
 The full description of your service following the create call. | 
| void | UpdateServiceResult. setService(Service service)
 The full description of your service following the update call. | 
| DeleteServiceResult | DeleteServiceResult. withService(Service service)
 The full description of the deleted service. | 
| CreateServiceResult | CreateServiceResult. withService(Service service)
 The full description of your service following the create call. | 
| UpdateServiceResult | UpdateServiceResult. withService(Service service)
 The full description of your service following the update call. | 
| DescribeServicesResult | DescribeServicesResult. withServices(Service... services)
 The list of services described. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeServicesResult. setServices(Collection<Service> services)
 The list of services described. | 
| DescribeServicesResult | DescribeServicesResult. withServices(Collection<Service> services)
 The list of services described. | 
Copyright © 2021. All rights reserved.