| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<HostEntry> |
ContainerDefinition.extraHosts()
A list of hostnames and IP address mappings to append to the
/etc/hosts file on the container. |
| Modifier and Type | Method and 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. |
| Modifier and Type | Method and 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. |
Copyright © 2022. All rights reserved.