| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and 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> |
RunInstancesRequest.ipv6Addresses()
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
List<InstanceIpv6Address> |
LaunchTemplateInstanceNetworkInterfaceSpecification.ipv6Addresses()
The IPv6 addresses for the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInterfaceRequest.Builder |
CreateNetworkInterfaceRequest.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
InstanceNetworkInterface.Builder |
InstanceNetworkInterface.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses to assign to the network interface.
|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses for the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInterfaceRequest.Builder |
CreateNetworkInterfaceRequest.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
InstanceNetworkInterface.Builder |
InstanceNetworkInterface.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses to assign to the network interface.
|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses for the network interface.
|
Copyright © 2022. All rights reserved.