Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv4PrefixSpecification
-
Packages that use Ipv4PrefixSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
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 Ipv4PrefixSpecification Modifier and Type Method Description List<Ipv4PrefixSpecification>AssignPrivateIpAddressesResponse. assignedIpv4Prefixes()The IPv4 prefixes that are assigned to the network interface.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 Ipv4PrefixSpecification Modifier and Type Method Description AssignPrivateIpAddressesResponse.BuilderAssignPrivateIpAddressesResponse.Builder. assignedIpv4Prefixes(Ipv4PrefixSpecification... assignedIpv4Prefixes)The IPv4 prefixes that are assigned to the network interface.NetworkInterface.BuilderNetworkInterface.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 Ipv4PrefixSpecification Modifier and Type Method Description AssignPrivateIpAddressesResponse.BuilderAssignPrivateIpAddressesResponse.Builder. assignedIpv4Prefixes(Collection<Ipv4PrefixSpecification> assignedIpv4Prefixes)The IPv4 prefixes that are assigned to the network interface.NetworkInterface.BuilderNetworkInterface.Builder. ipv4Prefixes(Collection<Ipv4PrefixSpecification> ipv4Prefixes)The IPv4 prefixes that are assigned to the network interface.
-