Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Ipv4PrefixSpecification |
Ipv4PrefixSpecification.clone() |
Ipv4PrefixSpecification |
Ipv4PrefixSpecification.withIpv4Prefix(String ipv4Prefix)
The IPv4 prefix.
|
Modifier and Type | Method and Description |
---|---|
List<Ipv4PrefixSpecification> |
AssignPrivateIpAddressesResult.getAssignedIpv4Prefixes()
The IPv4 prefixes that are assigned to the network interface.
|
List<Ipv4PrefixSpecification> |
NetworkInterface.getIpv4Prefixes()
The IPv4 prefixes that are assigned to the network interface.
|
Modifier and Type | Method and Description |
---|---|
AssignPrivateIpAddressesResult |
AssignPrivateIpAddressesResult.withAssignedIpv4Prefixes(Ipv4PrefixSpecification... assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withIpv4Prefixes(Ipv4PrefixSpecification... ipv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
AssignPrivateIpAddressesResult.setAssignedIpv4Prefixes(Collection<Ipv4PrefixSpecification> assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
|
void |
NetworkInterface.setIpv4Prefixes(Collection<Ipv4PrefixSpecification> ipv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
|
AssignPrivateIpAddressesResult |
AssignPrivateIpAddressesResult.withAssignedIpv4Prefixes(Collection<Ipv4PrefixSpecification> assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withIpv4Prefixes(Collection<Ipv4PrefixSpecification> ipv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
|
Copyright © 2021. All rights reserved.