| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Ipv6PrefixSpecification |
Ipv6PrefixSpecification.clone() |
Ipv6PrefixSpecification |
Ipv6PrefixSpecification.withIpv6Prefix(String ipv6Prefix)
The IPv6 prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ipv6PrefixSpecification> |
NetworkInterface.getIpv6Prefixes()
The IPv6 prefixes that are assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.withIpv6Prefixes(Ipv6PrefixSpecification... ipv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInterface.setIpv6Prefixes(Collection<Ipv6PrefixSpecification> ipv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Prefixes(Collection<Ipv6PrefixSpecification> ipv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
Copyright © 2022. All rights reserved.