Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv4PrefixSpecificationRequest
-
Packages that use Ipv4PrefixSpecificationRequest Package Description software.amazon.awssdk.services.ec2.model -
-
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 Ipv4PrefixSpecificationRequest Modifier and Type Method Description List<Ipv4PrefixSpecificationRequest>CreateNetworkInterfaceRequest. ipv4Prefixes()The IPv4 prefixes assigned to the network interface.List<Ipv4PrefixSpecificationRequest>InstanceNetworkInterfaceSpecification. ipv4Prefixes()The IPv4 delegated prefixes to be assigned to the network interface.List<Ipv4PrefixSpecificationRequest>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 Ipv4PrefixSpecificationRequest Modifier and Type Method Description CreateNetworkInterfaceRequest.BuilderCreateNetworkInterfaceRequest.Builder. ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)The IPv4 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.BuilderInstanceNetworkInterfaceSpecification.Builder. ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)The IPv4 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.BuilderLaunchTemplateInstanceNetworkInterfaceSpecificationRequest.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 Ipv4PrefixSpecificationRequest Modifier and Type Method Description CreateNetworkInterfaceRequest.BuilderCreateNetworkInterfaceRequest.Builder. ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)The IPv4 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.BuilderInstanceNetworkInterfaceSpecification.Builder. ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)The IPv4 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.BuilderLaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder. ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)One or more IPv4 prefixes to be assigned to the network interface.
-