Uses of Class
software.amazon.awssdk.services.ec2.model.UnassignIpv6AddressesResponse
-
Packages that use UnassignIpv6AddressesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of UnassignIpv6AddressesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return UnassignIpv6AddressesResponse Modifier and Type Method Description default 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 UnassignIpv6AddressesResponse Modifier and Type Method Description default CompletableFuture<UnassignIpv6AddressesResponse>Ec2AsyncClient. unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest)Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.default CompletableFuture<UnassignIpv6AddressesResponse>Ec2AsyncClient. unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest)Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.
-