Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceIpv6Prefix
Packages that use InstanceIpv6Prefix
-
Uses of InstanceIpv6Prefix in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceIpv6PrefixModifier and TypeMethodDescriptionfinal List<InstanceIpv6Prefix>InstanceNetworkInterface.ipv6Prefixes()The IPv6 delegated prefixes that are assigned to the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceIpv6PrefixModifier and TypeMethodDescriptionInstanceNetworkInterface.Builder.ipv6Prefixes(InstanceIpv6Prefix... ipv6Prefixes) The IPv6 delegated prefixes that are assigned to the network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceIpv6PrefixModifier and TypeMethodDescriptionInstanceNetworkInterface.Builder.ipv6Prefixes(Collection<InstanceIpv6Prefix> ipv6Prefixes) The IPv6 delegated prefixes that are assigned to the network interface.