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