Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceIpv6Address
Packages that use InstanceIpv6Address
-
Uses of InstanceIpv6Address in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceIpv6AddressModifier and TypeMethodDescriptionfinal List<InstanceIpv6Address>CreateNetworkInterfaceRequest.ipv6Addresses()The IPv6 addresses from the IPv6 CIDR block range of your subnet.final List<InstanceIpv6Address>InstanceNetworkInterface.ipv6Addresses()The IPv6 addresses associated with the network interface.final List<InstanceIpv6Address>InstanceNetworkInterfaceSpecification.ipv6Addresses()The IPv6 addresses to assign to the network interface.final List<InstanceIpv6Address>LaunchTemplateInstanceNetworkInterfaceSpecification.ipv6Addresses()The IPv6 addresses for the network interface.final List<InstanceIpv6Address>RunInstancesRequest.ipv6Addresses()The IPv6 addresses from the range of the subnet to associate with the primary network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceIpv6AddressModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet.InstanceNetworkInterface.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses associated with the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses for the network interface.RunInstancesRequest.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses from the range of the subnet to associate with the primary network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceIpv6AddressModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet.InstanceNetworkInterface.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses associated with the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses for the network interface.RunInstancesRequest.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses from the range of the subnet to associate with the primary network interface.