| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterfaceIpv6Address> |
NetworkInterface.ipv6Addresses()
The IPv6 addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
NetworkInterface.Builder.ipv6Addresses(NetworkInterfaceIpv6Address... ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
NetworkInterface.Builder.ipv6Addresses(Collection<NetworkInterfaceIpv6Address> ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
Copyright © 2020. All rights reserved.