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