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