Uses of Class
com.amazonaws.services.ecs.model.LoadBalancer
-
Packages that use LoadBalancer Package Description com.amazonaws.services.ecs.model -
-
Uses of LoadBalancer in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return LoadBalancer Modifier and Type Method 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.Methods in com.amazonaws.services.ecs.model that return types with arguments of type LoadBalancer Modifier and Type Method Description List<LoadBalancer>
CreateServiceRequest. getLoadBalancers()
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.List<LoadBalancer>
Service. getLoadBalancers()
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.Methods in com.amazonaws.services.ecs.model with parameters of type LoadBalancer Modifier and Type Method Description CreateServiceRequest
CreateServiceRequest. 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(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.Method parameters in com.amazonaws.services.ecs.model with type arguments of type LoadBalancer Modifier and Type Method Description void
CreateServiceRequest. setLoadBalancers(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.void
Service. setLoadBalancers(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.CreateServiceRequest
CreateServiceRequest. 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(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.
-