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