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