Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv4PrefixSpecificationRequest
Packages that use Ipv4PrefixSpecificationRequest
-
Uses of Ipv4PrefixSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv4PrefixSpecificationRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.ipv4Prefixes()The IPv4 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.ipv4Prefixes()The IPv4 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.ipv4Prefixes()One or more IPv4 prefixes to be assigned to the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv4PrefixSpecificationRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes) The IPv4 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes) The IPv4 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes) One or more IPv4 prefixes to be assigned to the network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipv4PrefixSpecificationRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes) The IPv4 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes) The IPv4 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes) One or more IPv4 prefixes to be assigned to the network interface.