Uses of Class
software.amazon.awssdk.services.ec2.model.AssignPrivateIpAddressesResponse
Packages that use AssignPrivateIpAddressesResponse
-
Uses of AssignPrivateIpAddressesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssignPrivateIpAddressesResponseModifier and TypeMethodDescriptiondefault AssignPrivateIpAddressesResponseEc2Client.assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest) Assigns the specified secondary private IP addresses to the specified network interface.default AssignPrivateIpAddressesResponseEc2Client.assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest) Assigns the specified secondary private IP addresses to the specified network interface.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssignPrivateIpAddressesResponseModifier and TypeMethodDescriptionEc2AsyncClient.assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest) Assigns the specified secondary private IP addresses to the specified network interface.Ec2AsyncClient.assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest) Assigns the specified secondary private IP addresses to the specified network interface.