Uses of Class
software.amazon.awssdk.services.ecs.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>Container. networkInterfaces()The network interfaces associated with the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type NetworkInterface Modifier and Type Method Description Container.BuilderContainer.Builder. networkInterfaces(NetworkInterface... networkInterfaces)The network interfaces associated with the container.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type NetworkInterface Modifier and Type Method Description Container.BuilderContainer.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)The network interfaces associated with the container.
-