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