| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails |
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.clone() |
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails |
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.withHostname(String hostname)
The hostname to use in the /etc/hosts entry.
|
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails |
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.withIpAddress(String ipAddress)
The IP address to use in the /etc/hosts entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails> |
AwsEcsTaskDefinitionContainerDefinitionsDetails.getExtraHosts()
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 |
AwsEcsTaskDefinitionContainerDefinitionsDetails.withExtraHosts(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 |
|---|---|
void |
AwsEcsTaskDefinitionContainerDefinitionsDetails.setExtraHosts(Collection<AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails> extraHosts)
A list of hostnames and IP address mappings to append to the /etc/hosts file on the container.
|
AwsEcsTaskDefinitionContainerDefinitionsDetails |
AwsEcsTaskDefinitionContainerDefinitionsDetails.withExtraHosts(Collection<AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails> extraHosts)
A list of hostnames and IP address mappings to append to the /etc/hosts file on the container.
|
Copyright © 2024. All rights reserved.