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