Uses of Class
com.amazonaws.services.ecs.model.NetworkBinding
Packages that use NetworkBinding
-
Uses of NetworkBinding in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return NetworkBindingModifier and TypeMethodDescriptionNetworkBinding.clone()
NetworkBinding.withBindIP
(String bindIP) The IP address that the container is bound to on the container instance.NetworkBinding.withContainerPort
(Integer containerPort) The port number on the container that is be used with the network binding.NetworkBinding.withHostPort
(Integer hostPort) The port number on the host that is used with the network binding.NetworkBinding.withProtocol
(TransportProtocol protocol) The protocol used for the network binding.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 NetworkBindingModifier and TypeMethodDescriptionContainer.getNetworkBindings()
The network bindings associated with the container.SubmitContainerStateChangeRequest.getNetworkBindings()
The network bindings of the container.Methods in com.amazonaws.services.ecs.model with parameters of type NetworkBindingModifier and TypeMethodDescriptionContainer.withNetworkBindings
(NetworkBinding... networkBindings) The network bindings associated with the container.SubmitContainerStateChangeRequest.withNetworkBindings
(NetworkBinding... networkBindings) The network bindings of the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type NetworkBindingModifier and TypeMethodDescriptionvoid
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.withNetworkBindings
(Collection<NetworkBinding> networkBindings) The network bindings associated with the container.SubmitContainerStateChangeRequest.withNetworkBindings
(Collection<NetworkBinding> networkBindings) The network bindings of the container.