Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv6PrefixSpecificationRequest
Packages that use Ipv6PrefixSpecificationRequest
-
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 Ipv6PrefixSpecificationRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.ipv6Prefixes()The IPv6 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.ipv6Prefixes()The IPv6 delegated prefixes to be assigned to the network interface.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 Ipv6PrefixSpecificationRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes) The IPv6 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes) The IPv6 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.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 Ipv6PrefixSpecificationRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes) The IPv6 prefixes assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes) The IPv6 delegated prefixes to be assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes) One or more IPv6 prefixes to be assigned to the network interface.