| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
Container.networkInterfaces()
The network interfaces associated with the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces associated with the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the container.
|
Copyright © 2021. All rights reserved.