Uses of Class
com.amazonaws.services.ec2.model.InstancePrivateIpAddress
Packages that use InstancePrivateIpAddress
-
Uses of InstancePrivateIpAddress in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstancePrivateIpAddressModifier and TypeMethodDescriptionInstancePrivateIpAddress.clone()InstancePrivateIpAddress.withAssociation(InstanceNetworkInterfaceAssociation association) The association information for an Elastic IP address for the network interface.InstancePrivateIpAddress.withPrimary(Boolean primary) Indicates whether this IP address is the primary private IP address of the network interface.InstancePrivateIpAddress.withPrivateDnsName(String privateDnsName) The private DNS name.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 InstancePrivateIpAddressModifier and TypeMethodDescriptionInstanceNetworkInterface.getPrivateIpAddresses()The private IP addresses associated with the network interface.Methods in com.amazonaws.services.ec2.model with parameters of type InstancePrivateIpAddressModifier and TypeMethodDescriptionInstanceNetworkInterface.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 InstancePrivateIpAddressModifier and TypeMethodDescriptionvoidInstanceNetworkInterface.setPrivateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses) The private IP addresses associated with the network interface.InstanceNetworkInterface.withPrivateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses) The private IP addresses associated with the network interface.