Uses of Class
software.amazon.awssdk.services.ec2.model.UnassignPrivateIpAddressesResponse
Packages that use UnassignPrivateIpAddressesResponse
-
Uses of UnassignPrivateIpAddressesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return UnassignPrivateIpAddressesResponseModifier and TypeMethodDescriptionEc2Client.unassignPrivateIpAddresses(Consumer<UnassignPrivateIpAddressesRequest.Builder> unassignPrivateIpAddressesRequest) Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a network interface.Ec2Client.unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest) Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a network interface.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type UnassignPrivateIpAddressesResponseModifier and TypeMethodDescriptionEc2AsyncClient.unassignPrivateIpAddresses(Consumer<UnassignPrivateIpAddressesRequest.Builder> unassignPrivateIpAddressesRequest) Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a network interface.Ec2AsyncClient.unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest) Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a network interface.