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 |
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 |
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(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)
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 |
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.
|
void |
CreateServiceResult.setService(Service service)
The full description of your service following the create call.
|
DeleteServiceResult |
DeleteServiceResult.withService(Service service)
The full description of the deleted 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.
|
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 © 2018. All rights reserved.