| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withAttachmentId(String attachmentId)
The attachment ID for the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Address(String ipv6Address)
The private IPv6 address for the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpv4Address(String privateIpv4Address)
The private IPv4 address for the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
Container.getNetworkInterfaces()
The network interfaces associated with the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces associated with the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the container.
|
Container |
Container.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the container.
|
Copyright © 2017. All rights reserved.