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