Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<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 |
---|---|
HostEntry |
HostEntry.clone() |
HostEntry |
HostEntry.withHostname(java.lang.String hostname)
The hostname to use in the
/etc/hosts entry. |
HostEntry |
HostEntry.withIpAddress(java.lang.String ipAddress)
The IP address to use in the
/etc/hosts entry. |
Modifier and Type | Method and Description |
---|---|
java.util.List<HostEntry> |
ContainerDefinition.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 |
---|---|
ContainerDefinition |
ContainerDefinition.withExtraHosts(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 |
---|---|
void |
ContainerDefinition.setExtraHosts(java.util.Collection<HostEntry> extraHosts)
A list of hostnames and IP address mappings to append to the
/etc/hosts file on the container. |
ContainerDefinition |
ContainerDefinition.withExtraHosts(java.util.Collection<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 |
---|---|
HostEntry |
HostEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HostEntryJsonMarshaller.marshall(HostEntry hostEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|