Uses of Class
software.amazon.awssdk.services.ec2.model.AssignedPrivateIpAddress
Packages that use AssignedPrivateIpAddress
-
Uses of AssignedPrivateIpAddress in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssignedPrivateIpAddressModifier and TypeMethodDescriptionfinal List<AssignedPrivateIpAddress>AssignPrivateIpAddressesResponse.assignedPrivateIpAddresses()The private IP addresses assigned to the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AssignedPrivateIpAddressModifier and TypeMethodDescriptionAssignPrivateIpAddressesResponse.Builder.assignedPrivateIpAddresses(AssignedPrivateIpAddress... assignedPrivateIpAddresses) The private IP addresses assigned to the network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AssignedPrivateIpAddressModifier and TypeMethodDescriptionAssignPrivateIpAddressesResponse.Builder.assignedPrivateIpAddresses(Collection<AssignedPrivateIpAddress> assignedPrivateIpAddresses) The private IP addresses assigned to the network interface.