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