Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceIpv6Address |
NetworkInterfaceIpv6Address.clone() |
NetworkInterfaceIpv6Address |
NetworkInterfaceIpv6Address.withIpv6Address(String ipv6Address)
The IPv6 address.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterfaceIpv6Address> |
NetworkInterface.getIpv6Addresses()
The IPv6 addresses associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterface.withIpv6Addresses(NetworkInterfaceIpv6Address... ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInterface.setIpv6Addresses(Collection<NetworkInterfaceIpv6Address> ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Addresses(Collection<NetworkInterfaceIpv6Address> ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
Copyright © 2021. All rights reserved.