Uses of Class
software.amazon.awssdk.services.ec2.model.ScheduledInstancesIpv6Address
Packages that use ScheduledInstancesIpv6Address
-
Uses of ScheduledInstancesIpv6Address in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ScheduledInstancesIpv6AddressModifier and TypeMethodDescriptionScheduledInstancesNetworkInterface.ipv6Addresses()The specific IPv6 addresses from the subnet range.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ScheduledInstancesIpv6AddressModifier and TypeMethodDescriptionScheduledInstancesNetworkInterface.Builder.ipv6Addresses(ScheduledInstancesIpv6Address... ipv6Addresses) The specific IPv6 addresses from the subnet range.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ScheduledInstancesIpv6AddressModifier and TypeMethodDescriptionScheduledInstancesNetworkInterface.Builder.ipv6Addresses(Collection<ScheduledInstancesIpv6Address> ipv6Addresses) The specific IPv6 addresses from the subnet range.