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 HostEntryHostEntry. clone()HostEntryHostEntry. withHostname(String hostname)The hostname to use in the/etc/hostsentry.HostEntryHostEntry. withIpAddress(String ipAddress)The IP address to use in the/etc/hostsentry.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/hostsfile on the container.Methods in com.amazonaws.services.ecs.model with parameters of type HostEntry Modifier and Type Method Description ContainerDefinitionContainerDefinition. withExtraHosts(HostEntry... extraHosts)A list of hostnames and IP address mappings to append to the/etc/hostsfile on the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type HostEntry Modifier and Type Method Description voidContainerDefinition. setExtraHosts(Collection<HostEntry> extraHosts)A list of hostnames and IP address mappings to append to the/etc/hostsfile on the container.ContainerDefinitionContainerDefinition. withExtraHosts(Collection<HostEntry> extraHosts)A list of hostnames and IP address mappings to append to the/etc/hostsfile on the container.
-