| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| NetworkBinding | NetworkBinding. clone() | 
| NetworkBinding | NetworkBinding. withBindIP(String bindIP)
 The IP address that the container is bound to on the container instance. | 
| NetworkBinding | NetworkBinding. withContainerPort(Integer containerPort)
 The port number on the container that is be used with the network binding. | 
| NetworkBinding | NetworkBinding. withHostPort(Integer hostPort)
 The port number on the host that is used with the network binding. | 
| NetworkBinding | NetworkBinding. withProtocol(String protocol)
 The protocol used for the network binding. | 
| NetworkBinding | NetworkBinding. withProtocol(TransportProtocol protocol)
 The protocol used for the network binding. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<NetworkBinding> | SubmitContainerStateChangeRequest. getNetworkBindings()
 The network bindings of the container. | 
| List<NetworkBinding> | Container. getNetworkBindings()
 The network bindings associated with the container. | 
| Modifier and Type | Method and Description | 
|---|---|
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withNetworkBindings(NetworkBinding... networkBindings)
 The network bindings of the container. | 
| Container | Container. withNetworkBindings(NetworkBinding... networkBindings)
 The network bindings associated with the container. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SubmitContainerStateChangeRequest. setNetworkBindings(Collection<NetworkBinding> networkBindings)
 The network bindings of the container. | 
| void | Container. setNetworkBindings(Collection<NetworkBinding> networkBindings)
 The network bindings associated with the container. | 
| SubmitContainerStateChangeRequest | SubmitContainerStateChangeRequest. withNetworkBindings(Collection<NetworkBinding> networkBindings)
 The network bindings of the container. | 
| Container | Container. withNetworkBindings(Collection<NetworkBinding> networkBindings)
 The network bindings associated with the container. | 
Copyright © 2017. All rights reserved.