Uses of Class
software.amazon.awssdk.services.guardduty.model.PrivateIpAddressDetails
-
Packages that use PrivateIpAddressDetails Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of PrivateIpAddressDetails in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type PrivateIpAddressDetails Modifier and Type Method Description List<PrivateIpAddressDetails>NetworkInterface. privateIpAddresses()Other private IP address information of the EC2 instance.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type PrivateIpAddressDetails Modifier and Type Method Description NetworkInterface.BuilderNetworkInterface.Builder. privateIpAddresses(PrivateIpAddressDetails... privateIpAddresses)Other private IP address information of the EC2 instance.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type PrivateIpAddressDetails Modifier and Type Method Description NetworkInterface.BuilderNetworkInterface.Builder. privateIpAddresses(Collection<PrivateIpAddressDetails> privateIpAddresses)Other private IP address information of the EC2 instance.
-