Uses of Interface
software.amazon.awssdk.services.ec2.model.UnassignIpv6AddressesRequest.Builder
Packages that use UnassignIpv6AddressesRequest.Builder
Package
Description
-
Uses of UnassignIpv6AddressesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type UnassignIpv6AddressesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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.BuilderModifier and TypeMethodDescriptionUnassignIpv6AddressesRequest.builder()UnassignIpv6AddressesRequest.Builder.ipv6Addresses(String... ipv6Addresses) The IPv6 addresses to unassign from the network interface.UnassignIpv6AddressesRequest.Builder.ipv6Addresses(Collection<String> ipv6Addresses) The IPv6 addresses to unassign from the network interface.UnassignIpv6AddressesRequest.Builder.ipv6Prefixes(String... ipv6Prefixes) The IPv6 prefixes to unassign from the network interface.UnassignIpv6AddressesRequest.Builder.ipv6Prefixes(Collection<String> ipv6Prefixes) The IPv6 prefixes to unassign from the network interface.UnassignIpv6AddressesRequest.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.UnassignIpv6AddressesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UnassignIpv6AddressesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UnassignIpv6AddressesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnassignIpv6AddressesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UnassignIpv6AddressesRequest.Builder>UnassignIpv6AddressesRequest.serializableBuilderClass()