Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceIpv6Prefix
-
Packages that use InstanceIpv6Prefix Package Description software.amazon.awssdk.services.ec2.model -
-
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 InstanceIpv6Prefix Modifier and Type Method Description 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 InstanceIpv6Prefix Modifier and Type Method Description InstanceNetworkInterface.BuilderInstanceNetworkInterface.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 InstanceIpv6Prefix Modifier and Type Method Description InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder. ipv6Prefixes(Collection<InstanceIpv6Prefix> ipv6Prefixes)The IPv6 delegated prefixes that are assigned to the network interface.
-