Uses of Class
software.amazon.awssdk.services.ec2.model.AssignIpv6AddressesResponse
Packages that use AssignIpv6AddressesResponse
-
Uses of AssignIpv6AddressesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssignIpv6AddressesResponseModifier and TypeMethodDescriptiondefault AssignIpv6AddressesResponseEc2Client.assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest) Assigns the specified IPv6 addresses to the specified network interface.default AssignIpv6AddressesResponseEc2Client.assignIpv6Addresses(AssignIpv6AddressesRequest assignIpv6AddressesRequest) Assigns the specified IPv6 addresses to the specified network interface.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssignIpv6AddressesResponseModifier and TypeMethodDescriptionEc2AsyncClient.assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest) Assigns the specified IPv6 addresses to the specified network interface.Ec2AsyncClient.assignIpv6Addresses(AssignIpv6AddressesRequest assignIpv6AddressesRequest) Assigns the specified IPv6 addresses to the specified network interface.