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>Ec2NetworkInterface. privateIpAddresses()Other private IP address information of the Amazon EC2 instance.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 Ec2NetworkInterface.BuilderEc2NetworkInterface.Builder. privateIpAddresses(PrivateIpAddressDetails... privateIpAddresses)Other private IP address information of the Amazon EC2 instance.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 Ec2NetworkInterface.BuilderEc2NetworkInterface.Builder. privateIpAddresses(Collection<PrivateIpAddressDetails> privateIpAddresses)Other private IP address information of the Amazon EC2 instance.NetworkInterface.BuilderNetworkInterface.Builder. privateIpAddresses(Collection<PrivateIpAddressDetails> privateIpAddresses)Other private IP address information of the EC2 instance.
-