Uses of Class
software.amazon.awssdk.services.ec2.model.InstancePrivateIpAddress
Packages that use InstancePrivateIpAddress
-
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 InstancePrivateIpAddressModifier and TypeMethodDescriptionfinal 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 InstancePrivateIpAddressModifier and TypeMethodDescriptionInstanceNetworkInterface.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 InstancePrivateIpAddressModifier and TypeMethodDescriptionInstanceNetworkInterface.Builder.privateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses) The private IPv4 addresses associated with the network interface.