Uses of Class
com.amazonaws.services.ec2.model.NetworkInterfacePrivateIpAddress
Packages that use NetworkInterfacePrivateIpAddress
-
Uses of NetworkInterfacePrivateIpAddress in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfacePrivateIpAddressModifier and TypeMethodDescriptionNetworkInterfacePrivateIpAddress.clone()
NetworkInterfacePrivateIpAddress.withAssociation
(NetworkInterfaceAssociation association) The association information for an Elastic IP address associated with the network interface.NetworkInterfacePrivateIpAddress.withPrimary
(Boolean primary) Indicates whether this IP address is the primary private IP address of the network interface.NetworkInterfacePrivateIpAddress.withPrivateDnsName
(String privateDnsName) The private DNS name.NetworkInterfacePrivateIpAddress.withPrivateIpAddress
(String privateIpAddress) The private IP address.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkInterfacePrivateIpAddressModifier and TypeMethodDescriptionNetworkInterface.getPrivateIpAddresses()
The private IP addresses associated with the network interface.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkInterfacePrivateIpAddressModifier and TypeMethodDescriptionNetworkInterface.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 NetworkInterfacePrivateIpAddressModifier and TypeMethodDescriptionvoid
NetworkInterface.setPrivateIpAddresses
(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses) The private IP addresses associated with the network interface.NetworkInterface.withPrivateIpAddresses
(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses) The private IP addresses associated with the network interface.