Uses of Interface
software.amazon.awssdk.services.ec2.model.AssignIpv6AddressesRequest.Builder
Packages that use AssignIpv6AddressesRequest.Builder
Package
Description
-
Uses of AssignIpv6AddressesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssignIpv6AddressesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest) Assigns the specified IPv6 addresses to the specified network interface.default AssignIpv6AddressesResponseEc2Client.assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest) Assigns the specified IPv6 addresses to the specified network interface. -
Uses of AssignIpv6AddressesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssignIpv6AddressesRequest.BuilderModifier and TypeMethodDescriptionAssignIpv6AddressesRequest.builder()AssignIpv6AddressesRequest.Builder.ipv6AddressCount(Integer ipv6AddressCount) The number of additional IPv6 addresses to assign to the network interface.AssignIpv6AddressesRequest.Builder.ipv6Addresses(String... ipv6Addresses) The IPv6 addresses to be assigned to the network interface.AssignIpv6AddressesRequest.Builder.ipv6Addresses(Collection<String> ipv6Addresses) The IPv6 addresses to be assigned to the network interface.AssignIpv6AddressesRequest.Builder.ipv6PrefixCount(Integer ipv6PrefixCount) The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.AssignIpv6AddressesRequest.Builder.ipv6Prefixes(String... ipv6Prefixes) One or more IPv6 prefixes assigned to the network interface.AssignIpv6AddressesRequest.Builder.ipv6Prefixes(Collection<String> ipv6Prefixes) One or more IPv6 prefixes assigned to the network interface.AssignIpv6AddressesRequest.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.AssignIpv6AddressesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssignIpv6AddressesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssignIpv6AddressesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssignIpv6AddressesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssignIpv6AddressesRequest.Builder>AssignIpv6AddressesRequest.serializableBuilderClass()