Uses of Class
software.amazon.awssdk.services.ec2.model.UnassignIpv6AddressesResponse
Packages that use UnassignIpv6AddressesResponse
-
Uses of UnassignIpv6AddressesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return UnassignIpv6AddressesResponseModifier and TypeMethodDescriptiondefault UnassignIpv6AddressesResponseEc2Client.unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest) Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.default UnassignIpv6AddressesResponseEc2Client.unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest) Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type UnassignIpv6AddressesResponseModifier and TypeMethodDescriptionEc2AsyncClient.unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest) Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.Ec2AsyncClient.unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest) Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.