Java com.amazonaws.services.ecs.model LoadBalancer fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ecs.model LoadBalancer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ecs.model LoadBalancer.

The text is from its open source code.

Constructor

Method

StringgetTargetGroupArn()

The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.

voidsetContainerName(String containerName)

The name of the container (as it appears in a container definition) to associate with the load balancer.

voidsetContainerPort(Integer containerPort)

The port on the container to associate with the load balancer.

voidsetTargetGroupArn(String targetGroupArn)

The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.