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