Uses of Interface
software.amazon.awssdk.services.ec2.model.UnassignIpv6AddressesRequest.Builder
-
Packages that use UnassignIpv6AddressesRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of UnassignIpv6AddressesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type UnassignIpv6AddressesRequest.Builder 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 UnassignIpv6AddressesResponseEc2Client. unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest)Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface. -
Uses of UnassignIpv6AddressesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return UnassignIpv6AddressesRequest.Builder Modifier and Type Method Description static UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest. builder()UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest.Builder. ipv6Addresses(String... ipv6Addresses)The IPv6 addresses to unassign from the network interface.UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest.Builder. ipv6Addresses(Collection<String> ipv6Addresses)The IPv6 addresses to unassign from the network interface.UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest.Builder. ipv6Prefixes(String... ipv6Prefixes)The IPv6 prefixes to unassign from the network interface.UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest.Builder. ipv6Prefixes(Collection<String> ipv6Prefixes)The IPv6 prefixes to unassign from the network interface.UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest.Builder. networkInterfaceId(String networkInterfaceId)The ID of the network interface.UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UnassignIpv6AddressesRequest.BuilderUnassignIpv6AddressesRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnassignIpv6AddressesRequest.Builder Modifier and Type Method Description static Class<? extends UnassignIpv6AddressesRequest.Builder>UnassignIpv6AddressesRequest. serializableBuilderClass()
-