Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInterfacePrivateIpAddress
Packages that use NetworkInterfacePrivateIpAddress
-
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 NetworkInterfacePrivateIpAddressModifier and TypeMethodDescriptionNetworkInterface.privateIpAddresses()The private IPv4 addresses associated with the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInterfacePrivateIpAddressModifier and TypeMethodDescriptionNetworkInterface.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 NetworkInterfacePrivateIpAddressModifier and TypeMethodDescriptionNetworkInterface.Builder.privateIpAddresses(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses) The private IPv4 addresses associated with the network interface.