Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv4PrefixSpecificationResponse
Packages that use Ipv4PrefixSpecificationResponse
-
Uses of Ipv4PrefixSpecificationResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv4PrefixSpecificationResponseModifier and TypeMethodDescriptionLaunchTemplateInstanceNetworkInterfaceSpecification.ipv4Prefixes()One or more IPv4 prefixes assigned to the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv4PrefixSpecificationResponseModifier and TypeMethodDescriptionLaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Ipv4PrefixSpecificationResponse... ipv4Prefixes) One or more IPv4 prefixes assigned to the network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipv4PrefixSpecificationResponseModifier and TypeMethodDescriptionLaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationResponse> ipv4Prefixes) One or more IPv4 prefixes assigned to the network interface.