Uses of Class
software.amazon.awssdk.services.ecs.model.HostEntry
-
Packages that use HostEntry Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of HostEntry in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type HostEntry Modifier and Type Method Description List<HostEntry>
ContainerDefinition. extraHosts()
A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type HostEntry Modifier and Type Method Description ContainerDefinition.Builder
ContainerDefinition.Builder. extraHosts(HostEntry... extraHosts)
A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type HostEntry Modifier and Type Method Description ContainerDefinition.Builder
ContainerDefinition.Builder. extraHosts(Collection<HostEntry> extraHosts)
A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.
-