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 InstancePrivateIpAddressInstancePrivateIpAddress. clone()InstancePrivateIpAddressInstancePrivateIpAddress. withAssociation(InstanceNetworkInterfaceAssociation association)The association information for an Elastic IP address for the network interface.InstancePrivateIpAddressInstancePrivateIpAddress. withPrimary(Boolean primary)Indicates whether this IP address is the primary private IP address of the network interface.InstancePrivateIpAddressInstancePrivateIpAddress. withPrivateDnsName(String privateDnsName)The private DNS name.InstancePrivateIpAddressInstancePrivateIpAddress. 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 InstanceNetworkInterfaceInstanceNetworkInterface. 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 voidInstanceNetworkInterface. setPrivateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses)The private IP addresses associated with the network interface.InstanceNetworkInterfaceInstanceNetworkInterface. withPrivateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses)The private IP addresses associated with the network interface.
-