Uses of Class
software.amazon.awssdk.services.ec2.model.ScheduledInstancesIpv6Address
-
Packages that use ScheduledInstancesIpv6Address Package Description software.amazon.awssdk.services.ec2.model -
-
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 ScheduledInstancesIpv6Address Modifier and Type Method Description List<ScheduledInstancesIpv6Address>ScheduledInstancesNetworkInterface. ipv6Addresses()The specific IPv6 addresses from the subnet range.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ScheduledInstancesIpv6Address Modifier and Type Method Description ScheduledInstancesNetworkInterface.BuilderScheduledInstancesNetworkInterface.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 ScheduledInstancesIpv6Address Modifier and Type Method Description ScheduledInstancesNetworkInterface.BuilderScheduledInstancesNetworkInterface.Builder. ipv6Addresses(Collection<ScheduledInstancesIpv6Address> ipv6Addresses)The specific IPv6 addresses from the subnet range.
-