Uses of Class
software.amazon.awssdk.services.ecs.model.NetworkBinding
-
Packages that use NetworkBinding Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of NetworkBinding in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type NetworkBinding Modifier and Type Method Description List<NetworkBinding>Container. networkBindings()The network bindings associated with the container.List<NetworkBinding>ContainerStateChange. networkBindings()Any network bindings that are associated with the container.List<NetworkBinding>SubmitContainerStateChangeRequest. networkBindings()The network bindings of the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type NetworkBinding Modifier and Type Method Description Container.BuilderContainer.Builder. networkBindings(NetworkBinding... networkBindings)The network bindings associated with the container.ContainerStateChange.BuilderContainerStateChange.Builder. networkBindings(NetworkBinding... networkBindings)Any network bindings that are associated with the container.SubmitContainerStateChangeRequest.BuilderSubmitContainerStateChangeRequest.Builder. networkBindings(NetworkBinding... networkBindings)The network bindings of the container.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type NetworkBinding Modifier and Type Method Description Container.BuilderContainer.Builder. networkBindings(Collection<NetworkBinding> networkBindings)The network bindings associated with the container.ContainerStateChange.BuilderContainerStateChange.Builder. networkBindings(Collection<NetworkBinding> networkBindings)Any network bindings that are associated with the container.SubmitContainerStateChangeRequest.BuilderSubmitContainerStateChangeRequest.Builder. networkBindings(Collection<NetworkBinding> networkBindings)The network bindings of the container.
-