Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LoadBalancer> |
Service.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.
|
private SdkInternalList<LoadBalancer> |
CreateServiceRequest.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.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancer.clone() |
LoadBalancer |
LoadBalancer.withContainerName(java.lang.String containerName)
The name of the container (as it appears in a container definition) to
associate with the load balancer.
|
LoadBalancer |
LoadBalancer.withContainerPort(java.lang.Integer containerPort)
The port on the container to associate with the load balancer.
|
LoadBalancer |
LoadBalancer.withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
Modifier and Type | Method and Description |
---|---|
java.util.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.
|
java.util.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setLoadBalancers(java.util.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 |
CreateServiceRequest.setLoadBalancers(java.util.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(java.util.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(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerJsonMarshaller.marshall(LoadBalancer loadBalancer,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|