Uses of Class
com.amazonaws.services.ecs.model.HostEntry
Packages that use HostEntry
-
Uses of HostEntry in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return HostEntryModifier and TypeMethodDescriptionHostEntry.clone()
HostEntry.withHostname
(String hostname) The hostname to use in the/etc/hosts
entry.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 HostEntryModifier and TypeMethodDescriptionContainerDefinition.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 HostEntryModifier and TypeMethodDescriptionContainerDefinition.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 HostEntryModifier and TypeMethodDescriptionvoid
ContainerDefinition.setExtraHosts
(Collection<HostEntry> extraHosts) A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.ContainerDefinition.withExtraHosts
(Collection<HostEntry> extraHosts) A list of hostnames and IP address mappings to append to the/etc/hosts
file on the container.