Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone() |
Service |
UpdateServiceResult.getService()
The full description of your service following the update call.
|
Service |
DeleteServiceResult.getService()
The full description of the deleted service.
|
Service |
CreateServiceResult.getService()
The full description of your service following the create call.
|
Service |
Service.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the service.
|
Service |
Service.withCreatedAt(Date createdAt) |
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(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 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.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 an Elastic Load Balancing 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.
|
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 |
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.
|
UpdateServiceResult |
UpdateServiceResult.withService(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.
|
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 © 2016. All rights reserved.