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