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