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> |
Container.getNetworkBindings()
The network bindings associated with the container.
|
List<NetworkBinding> |
SubmitContainerStateChangeRequest.getNetworkBindings()
The network bindings of the container.
|
Modifier and Type | Method and Description |
---|---|
Container |
Container.withNetworkBindings(NetworkBinding... networkBindings)
The network bindings associated with the container.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withNetworkBindings(NetworkBinding... networkBindings)
The network bindings of the container.
|
Modifier and Type | Method and Description |
---|---|
void |
Container.setNetworkBindings(Collection<NetworkBinding> networkBindings)
The network bindings associated with the container.
|
void |
SubmitContainerStateChangeRequest.setNetworkBindings(Collection<NetworkBinding> networkBindings)
The network bindings of the container.
|
Container |
Container.withNetworkBindings(Collection<NetworkBinding> networkBindings)
The network bindings associated with the container.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withNetworkBindings(Collection<NetworkBinding> networkBindings)
The network bindings of the container.
|
Copyright © 2018. All rights reserved.