Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceIpv6Address
-
Packages that use InstanceIpv6Address Package Description software.amazon.awssdk.services.ec2.model -
-
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 InstanceIpv6Address Modifier and Type Method Description List<InstanceIpv6Address>CreateNetworkInterfaceRequest. ipv6Addresses()The IPv6 addresses from the IPv6 CIDR block range of your subnet.List<InstanceIpv6Address>InstanceNetworkInterface. ipv6Addresses()The IPv6 addresses associated with the network interface.List<InstanceIpv6Address>InstanceNetworkInterfaceSpecification. ipv6Addresses()The IPv6 addresses to assign to the network interface.List<InstanceIpv6Address>LaunchTemplateInstanceNetworkInterfaceSpecification. ipv6Addresses()The IPv6 addresses for the network interface.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 InstanceIpv6Address Modifier and Type Method Description CreateNetworkInterfaceRequest.BuilderCreateNetworkInterfaceRequest.Builder. ipv6Addresses(InstanceIpv6Address... ipv6Addresses)The IPv6 addresses from the IPv6 CIDR block range of your subnet.InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder. ipv6Addresses(InstanceIpv6Address... ipv6Addresses)The IPv6 addresses associated with the network interface.InstanceNetworkInterfaceSpecification.BuilderInstanceNetworkInterfaceSpecification.Builder. ipv6Addresses(InstanceIpv6Address... ipv6Addresses)The IPv6 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.BuilderLaunchTemplateInstanceNetworkInterfaceSpecification.Builder. ipv6Addresses(InstanceIpv6Address... ipv6Addresses)The IPv6 addresses for the network interface.RunInstancesRequest.BuilderRunInstancesRequest.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 InstanceIpv6Address Modifier and Type Method Description CreateNetworkInterfaceRequest.BuilderCreateNetworkInterfaceRequest.Builder. ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)The IPv6 addresses from the IPv6 CIDR block range of your subnet.InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder. ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)The IPv6 addresses associated with the network interface.InstanceNetworkInterfaceSpecification.BuilderInstanceNetworkInterfaceSpecification.Builder. ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)The IPv6 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.BuilderLaunchTemplateInstanceNetworkInterfaceSpecification.Builder. ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)The IPv6 addresses for the network interface.RunInstancesRequest.BuilderRunInstancesRequest.Builder. ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)The IPv6 addresses from the range of the subnet to associate with the primary network interface.
-