Uses of Class
com.amazonaws.services.ec2.model.InstancePrivateIpAddress
-
Packages that use InstancePrivateIpAddress Package Description com.amazonaws.services.ec2.model -
-
Uses of InstancePrivateIpAddress in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstancePrivateIpAddress Modifier and Type Method Description InstancePrivateIpAddress
InstancePrivateIpAddress. clone()
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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstancePrivateIpAddress Modifier and Type Method Description List<InstancePrivateIpAddress>
InstanceNetworkInterface. getPrivateIpAddresses()
The private IP addresses associated with the network interface.Methods in com.amazonaws.services.ec2.model with parameters of type InstancePrivateIpAddress Modifier and Type Method Description InstanceNetworkInterface
InstanceNetworkInterface. withPrivateIpAddresses(InstancePrivateIpAddress... privateIpAddresses)
The private IP addresses associated with the network interface.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstancePrivateIpAddress Modifier and Type Method 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.
-