Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceIpv4Prefix |
InstanceIpv4Prefix.clone() |
InstanceIpv4Prefix |
InstanceIpv4Prefix.withIpv4Prefix(String ipv4Prefix)
One or more IPv4 prefixes assigned to the network interface.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceIpv4Prefix> |
InstanceNetworkInterface.getIpv4Prefixes()
The IPv4 delegated prefixes that are assigned to the network interface.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv4Prefixes(InstanceIpv4Prefix... ipv4Prefixes)
The IPv4 delegated prefixes that are assigned to the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceNetworkInterface.setIpv4Prefixes(Collection<InstanceIpv4Prefix> ipv4Prefixes)
The IPv4 delegated prefixes that are assigned to the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv4Prefixes(Collection<InstanceIpv4Prefix> ipv4Prefixes)
The IPv4 delegated prefixes that are assigned to the network interface.
|
Copyright © 2021. All rights reserved.