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 NetworkBindingNetworkBinding. clone()NetworkBindingNetworkBinding. withBindIP(String bindIP)The IP address that the container is bound to on the container instance.NetworkBindingNetworkBinding. withContainerPort(Integer containerPort)The port number on the container that is be used with the network binding.NetworkBindingNetworkBinding. withHostPort(Integer hostPort)The port number on the host that is used with the network binding.NetworkBindingNetworkBinding. withProtocol(TransportProtocol protocol)The protocol used for the network binding.NetworkBindingNetworkBinding. 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 ContainerContainer. withNetworkBindings(NetworkBinding... networkBindings)The network bindings associated with the container.SubmitContainerStateChangeRequestSubmitContainerStateChangeRequest. 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 voidContainer. setNetworkBindings(Collection<NetworkBinding> networkBindings)The network bindings associated with the container.voidSubmitContainerStateChangeRequest. setNetworkBindings(Collection<NetworkBinding> networkBindings)The network bindings of the container.ContainerContainer. withNetworkBindings(Collection<NetworkBinding> networkBindings)The network bindings associated with the container.SubmitContainerStateChangeRequestSubmitContainerStateChangeRequest. withNetworkBindings(Collection<NetworkBinding> networkBindings)The network bindings of the container.
-