Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceIpv6AddressRequest
Packages that use InstanceIpv6AddressRequest
-
Uses of InstanceIpv6AddressRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceIpv6AddressRequestModifier and TypeMethodDescriptionfinal List<InstanceIpv6AddressRequest>LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.ipv6Addresses()One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceIpv6AddressRequestModifier and TypeMethodDescriptionLaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv6Addresses(InstanceIpv6AddressRequest... ipv6Addresses) One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceIpv6AddressRequestModifier and TypeMethodDescriptionLaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv6Addresses(Collection<InstanceIpv6AddressRequest> ipv6Addresses) One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.