Uses of Class
software.amazon.awssdk.services.ec2.model.AssignPrivateIpAddressesResponse
-
Packages that use AssignPrivateIpAddressesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AssignPrivateIpAddressesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssignPrivateIpAddressesResponse Modifier and Type Method Description default 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 AssignPrivateIpAddressesResponse Modifier and Type Method Description default CompletableFuture<AssignPrivateIpAddressesResponse>Ec2AsyncClient. assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest)Assigns the specified secondary private IP addresses to the specified network interface.default CompletableFuture<AssignPrivateIpAddressesResponse>Ec2AsyncClient. assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)Assigns the specified secondary private IP addresses to the specified network interface.
-