Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv4PrefixSpecification
Packages that use Ipv4PrefixSpecification
-
Uses of Ipv4PrefixSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv4PrefixSpecificationModifier and TypeMethodDescriptionfinal List<Ipv4PrefixSpecification>AssignPrivateIpAddressesResponse.assignedIpv4Prefixes()The IPv4 prefixes that are assigned to the network interface.final List<Ipv4PrefixSpecification>NetworkInterface.ipv4Prefixes()The IPv4 prefixes that are assigned to the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv4PrefixSpecificationModifier and TypeMethodDescriptionAssignPrivateIpAddressesResponse.Builder.assignedIpv4Prefixes(Ipv4PrefixSpecification... assignedIpv4Prefixes) The IPv4 prefixes that are assigned to the network interface.NetworkInterface.Builder.ipv4Prefixes(Ipv4PrefixSpecification... ipv4Prefixes) The IPv4 prefixes that are assigned to the network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipv4PrefixSpecificationModifier and TypeMethodDescriptionAssignPrivateIpAddressesResponse.Builder.assignedIpv4Prefixes(Collection<Ipv4PrefixSpecification> assignedIpv4Prefixes) The IPv4 prefixes that are assigned to the network interface.NetworkInterface.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecification> ipv4Prefixes) The IPv4 prefixes that are assigned to the network interface.