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