Service |
Service.clone() |
|
Service |
CreateServiceResult.getService() |
The full description of your service following the create call.
|
Service |
DeleteServiceResult.getService() |
The full description of the deleted service.
|
Service |
UpdateServiceResult.getService() |
The full description of your service following the update call.
|
Service |
Service.withClusterArn(String clusterArn) |
The Amazon Resource Name (ARN) of the cluster that hosts the service.
|
Service |
Service.withCreatedAt(Date createdAt) |
The Unix time in seconds and milliseconds when the service was created.
|
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.withDeployments(Deployment... deployments) |
The current state of deployments for the service.
|
Service |
Service.withDeployments(Collection<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.withEvents(ServiceEvent... events) |
The event stream for your service.
|
Service |
Service.withEvents(Collection<ServiceEvent> events) |
The event stream for your service.
|
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 |
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 |
Service.withPendingCount(Integer pendingCount) |
The number of tasks in the cluster that are in the PENDING
state.
|
Service |
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 |
Service.withRunningCount(Integer runningCount) |
The number of tasks in the cluster that are in the RUNNING
state.
|
Service |
Service.withServiceArn(String serviceArn) |
The Amazon Resource Name (ARN) that identifies the service.
|
Service |
Service.withServiceName(String serviceName) |
The name of your service.
|
Service |
Service.withStatus(String status) |
The status of the service.
|
Service |
Service.withTaskDefinition(String taskDefinition) |
The task definition to use for tasks in the service.
|