Uses of Class
com.amazonaws.services.ecs.model.LoadBalancer
Packages that use LoadBalancer
-
Uses of LoadBalancer in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return LoadBalancerModifier and TypeMethodDescriptionLoadBalancer.clone()
LoadBalancer.withContainerName
(String containerName) The name of the container (as it appears in a container definition) to associate with the load balancer.LoadBalancer.withContainerPort
(Integer containerPort) The port on the container to associate with the load balancer.LoadBalancer.withLoadBalancerName
(String loadBalancerName) The name of the load balancer.Methods in com.amazonaws.services.ecs.model that return types with arguments of type LoadBalancerModifier and TypeMethodDescriptionCreateServiceRequest.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.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 LoadBalancerModifier and TypeMethodDescriptionCreateServiceRequest.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.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 LoadBalancerModifier and TypeMethodDescriptionvoid
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.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.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.