Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Classes modeling the various types represented by AmazonECS.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone() |
Service |
UpdateServiceResult.getService()
The full description of your service following the update call.
|
Service |
CreateServiceResult.getService()
The full description of your service following the create call.
|
Service |
DeleteServiceResult.getService() |
Service |
Service.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the of the cluster that hosts the
service.
|
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.withEvents(Collection<ServiceEvent> events)
The event stream for your service.
|
Service |
Service.withEvents(ServiceEvent... events)
The event stream for your service.
|
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.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.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)
A user-generated string that you can use to identify 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.
|
Modifier and Type | Method and Description |
---|---|
List<Service> |
DescribeServicesResult.getServices()
The list of services described.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceResult.setService(Service service)
The full description of your service following the update call.
|
void |
CreateServiceResult.setService(Service service)
The full description of your service following the create call.
|
void |
DeleteServiceResult.setService(Service service) |
UpdateServiceResult |
UpdateServiceResult.withService(Service service)
The full description of your service following the update call.
|
CreateServiceResult |
CreateServiceResult.withService(Service service)
The full description of your service following the create call.
|
DeleteServiceResult |
DeleteServiceResult.withService(Service service)
Returns a reference to this object so that method calls can be chained together.
|
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 © 2015. All rights reserved.