Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancer.clone() |
LoadBalancer |
LoadBalancer.withContainerName(String containerName)
The name of the container (as it appears in a container definition) to associate with the load balancer.
|
LoadBalancer |
LoadBalancer.withContainerPort(Integer containerPort)
The port on the container to associate with the load balancer.
|
LoadBalancer |
LoadBalancer.withLoadBalancerName(String loadBalancerName)
The name of the load balancer to associate with the Amazon ECS service or task set.
|
LoadBalancer |
LoadBalancer.withTargetGroupArn(String targetGroupArn)
The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a
service or task set.
|
Modifier and Type | Method and Description |
---|---|
List<LoadBalancer> |
TaskSet.getLoadBalancers()
Details on a load balancer that are used with a task set.
|
List<LoadBalancer> |
Service.getLoadBalancers()
A list of Elastic Load Balancing load balancer objects.
|
List<LoadBalancer> |
UpdateServiceRequest.getLoadBalancers()
A list of Elastic Load Balancing load balancer objects.
|
List<LoadBalancer> |
CreateTaskSetRequest.getLoadBalancers()
A load balancer object representing the load balancer to use with the task set.
|
List<LoadBalancer> |
CreateServiceRequest.getLoadBalancers()
A load balancer object representing the load balancers to use with your service.
|
Modifier and Type | Method and Description |
---|---|
TaskSet |
TaskSet.withLoadBalancers(LoadBalancer... loadBalancers)
Details on a load balancer that are used with a task set.
|
Service |
Service.withLoadBalancers(LoadBalancer... loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
UpdateServiceRequest |
UpdateServiceRequest.withLoadBalancers(LoadBalancer... loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withLoadBalancers(LoadBalancer... loadBalancers)
A load balancer object representing the load balancer to use with the task set.
|
CreateServiceRequest |
CreateServiceRequest.withLoadBalancers(LoadBalancer... loadBalancers)
A load balancer object representing the load balancers to use with your service.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskSet.setLoadBalancers(Collection<LoadBalancer> loadBalancers)
Details on a load balancer that are used with a task set.
|
void |
Service.setLoadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
void |
UpdateServiceRequest.setLoadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
void |
CreateTaskSetRequest.setLoadBalancers(Collection<LoadBalancer> loadBalancers)
A load balancer object representing the load balancer to use with the task set.
|
void |
CreateServiceRequest.setLoadBalancers(Collection<LoadBalancer> loadBalancers)
A load balancer object representing the load balancers to use with your service.
|
TaskSet |
TaskSet.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
Details on a load balancer that are used with a task set.
|
Service |
Service.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
UpdateServiceRequest |
UpdateServiceRequest.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A load balancer object representing the load balancer to use with the task set.
|
CreateServiceRequest |
CreateServiceRequest.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A load balancer object representing the load balancers to use with your service.
|
Copyright © 2023. All rights reserved.