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/hostsentry.HostEntry.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 HostEntryModifier and TypeMethodDescriptionContainerDefinition.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 HostEntryModifier and TypeMethodDescriptionContainerDefinition.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 HostEntryModifier and TypeMethodDescriptionvoidContainerDefinition.setExtraHosts(Collection<HostEntry> extraHosts) A list of hostnames and IP address mappings to append to the/etc/hostsfile on the container.ContainerDefinition.withExtraHosts(Collection<HostEntry> extraHosts) A list of hostnames and IP address mappings to append to the/etc/hostsfile on the container.