Uses of Class
com.amazonaws.services.ecs.model.HostEntry
-
Packages that use HostEntry Package Description com.amazonaws.services.ecs.model -
-
Uses of HostEntry in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return HostEntry Modifier and Type Method Description HostEntry
HostEntry. clone()
HostEntry
HostEntry. withHostname(String hostname)
The hostname to use in the/etc/hosts
entry.HostEntry
HostEntry. withIpAddress(String ipAddress)
The IP address to use in the/etc/hosts
entry.Methods in com.amazonaws.services.ecs.model that return types with arguments of type HostEntry Modifier and Type Method Description List<HostEntry>
ContainerDefinition. getExtraHosts()
A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.Methods in com.amazonaws.services.ecs.model with parameters of type HostEntry Modifier and Type Method Description ContainerDefinition
ContainerDefinition. withExtraHosts(HostEntry... extraHosts)
A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type HostEntry Modifier and Type Method Description void
ContainerDefinition. setExtraHosts(Collection<HostEntry> extraHosts)
A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.ContainerDefinition
ContainerDefinition. withExtraHosts(Collection<HostEntry> extraHosts)
A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.
-