Uses of Interface
software.amazon.awssdk.services.ec2.model.AssignIpv6AddressesResponse.Builder
Packages that use AssignIpv6AddressesResponse.Builder
-
Uses of AssignIpv6AddressesResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssignIpv6AddressesResponse.BuilderModifier and TypeMethodDescriptionAssignIpv6AddressesResponse.Builder.assignedIpv6Addresses(String... assignedIpv6Addresses) The new IPv6 addresses assigned to the network interface.AssignIpv6AddressesResponse.Builder.assignedIpv6Addresses(Collection<String> assignedIpv6Addresses) The new IPv6 addresses assigned to the network interface.AssignIpv6AddressesResponse.Builder.assignedIpv6Prefixes(String... assignedIpv6Prefixes) The IPv6 prefixes that are assigned to the network interface.AssignIpv6AddressesResponse.Builder.assignedIpv6Prefixes(Collection<String> assignedIpv6Prefixes) The IPv6 prefixes that are assigned to the network interface.AssignIpv6AddressesResponse.builder()AssignIpv6AddressesResponse.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.AssignIpv6AddressesResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssignIpv6AddressesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssignIpv6AddressesResponse.Builder>AssignIpv6AddressesResponse.serializableBuilderClass()