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