Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NetworkInterfacePrivateIpAddress> |
NetworkInterface.privateIpAddresses
The private IP addresses associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.clone() |
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP address associated with the
network interface.
|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withPrimary(java.lang.Boolean primary)
Indicates whether this IP address is the primary private IP address of
the network interface.
|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withPrivateDnsName(java.lang.String privateDnsName)
The private DNS name.
|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddress.withPrivateIpAddress(java.lang.String privateIpAddress)
The private IP address.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses)
The private IP addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(java.util.Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses)
The private IP addresses associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddressStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |