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