Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv6PrefixSpecificationRequest
-
Packages that use Ipv6PrefixSpecificationRequest Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Ipv6PrefixSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv6PrefixSpecificationRequest Modifier and Type Method Description List<Ipv6PrefixSpecificationRequest>CreateNetworkInterfaceRequest. ipv6Prefixes()The IPv6 prefixes assigned to the network interface.List<Ipv6PrefixSpecificationRequest>InstanceNetworkInterfaceSpecification. ipv6Prefixes()The IPv6 delegated prefixes to be assigned to the network interface.List<Ipv6PrefixSpecificationRequest>LaunchTemplateInstanceNetworkInterfaceSpecificationRequest. ipv6Prefixes()One or more IPv6 prefixes to be assigned to the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv6PrefixSpecificationRequest Modifier and Type Method Description CreateNetworkInterfaceRequest.BuilderCreateNetworkInterfaceRequest.Builder. ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)The IPv6 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.BuilderInstanceNetworkInterfaceSpecification.Builder. ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)The IPv6 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.BuilderLaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder. ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)One or more IPv6 prefixes to be assigned to the network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipv6PrefixSpecificationRequest Modifier and Type Method Description CreateNetworkInterfaceRequest.BuilderCreateNetworkInterfaceRequest.Builder. ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)The IPv6 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.BuilderInstanceNetworkInterfaceSpecification.Builder. ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)The IPv6 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.BuilderLaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder. ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)One or more IPv6 prefixes to be assigned to the network interface.
-