Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.clone() |
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withPrimary(Boolean primary)
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withPrivateDnsName(String privateDnsName)
The private DNS name.
|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withPrivateIpAddress(String privateIpAddress)
The private IPv4 address.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterfacePrivateIpAddress> |
NetworkInterface.getPrivateIpAddresses()
The private IPv4 addresses associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(NetworkInterfacePrivateIpAddress... privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInterface.setPrivateIpAddresses(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
Copyright © 2021. All rights reserved.