| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Ipv6PrefixSpecification> |
NetworkInterface.ipv6Prefixes()
The IPv6 prefixes that are assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
NetworkInterface.Builder.ipv6Prefixes(Ipv6PrefixSpecification... ipv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
NetworkInterface.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecification> ipv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
Copyright © 2022. All rights reserved.