| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceNetworkInterface> |
Instance.networkInterfaces()
The network interfaces for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.networkInterfaces(InstanceNetworkInterface... networkInterfaces)
The network interfaces for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.networkInterfaces(Collection<InstanceNetworkInterface> networkInterfaces)
The network interfaces for the instance.
|
Copyright © 2023. All rights reserved.