Uses of Class
com.amazonaws.services.ecs.model.NetworkBinding
-
Packages that use NetworkBinding Package Description com.amazonaws.services.ecs.model -
-
Uses of NetworkBinding in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return NetworkBinding Modifier and Type Method 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(TransportProtocol protocol)
The protocol used for the network binding.NetworkBinding
NetworkBinding. withProtocol(String protocol)
The protocol used for the network binding.Methods in com.amazonaws.services.ecs.model that return types with arguments of type NetworkBinding Modifier and Type Method Description List<NetworkBinding>
Container. getNetworkBindings()
The network bindings associated with the container.List<NetworkBinding>
SubmitContainerStateChangeRequest. getNetworkBindings()
The network bindings of the container.Methods in com.amazonaws.services.ecs.model with parameters of type NetworkBinding Modifier and Type Method Description Container
Container. withNetworkBindings(NetworkBinding... networkBindings)
The network bindings associated with the container.SubmitContainerStateChangeRequest
SubmitContainerStateChangeRequest. withNetworkBindings(NetworkBinding... networkBindings)
The network bindings of the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type NetworkBinding Modifier and Type Method 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.
-