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