Uses of Class
software.amazon.awssdk.services.ec2.model.InstancePrivateIpAddress
-
Packages that use InstancePrivateIpAddress Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstancePrivateIpAddress in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstancePrivateIpAddress Modifier and Type Method Description List<InstancePrivateIpAddress>InstanceNetworkInterface. privateIpAddresses()The private IPv4 addresses associated with the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstancePrivateIpAddress Modifier and Type Method Description InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder. privateIpAddresses(InstancePrivateIpAddress... privateIpAddresses)The private IPv4 addresses associated with the network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstancePrivateIpAddress Modifier and Type Method Description InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder. privateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses)The private IPv4 addresses associated with the network interface.
-