Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceIpv6Address |
InstanceIpv6Address.clone() |
InstanceIpv6Address |
InstanceIpv6Address.withIpv6Address(String ipv6Address)
The IPv6 address.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceIpv6Address> |
CreateNetworkInterfaceRequest.getIpv6Addresses()
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
List<InstanceIpv6Address> |
RunInstancesRequest.getIpv6Addresses()
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
List<InstanceIpv6Address> |
LaunchTemplateInstanceNetworkInterfaceSpecification.getIpv6Addresses()
The IPv6 addresses for the network interface.
|
List<InstanceIpv6Address> |
InstanceNetworkInterface.getIpv6Addresses()
One or more IPv6 addresses associated with the network interface.
|
List<InstanceIpv6Address> |
InstanceNetworkInterfaceSpecification.getIpv6Addresses()
One or more IPv6 addresses to assign to the network interface.
|
Modifier and Type | Method and Description |
---|---|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
RunInstancesRequest |
RunInstancesRequest.withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification |
LaunchTemplateInstanceNetworkInterfaceSpecification.withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses for the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
One or more IPv6 addresses associated with the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
One or more IPv6 addresses to assign to the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNetworkInterfaceRequest.setIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
void |
RunInstancesRequest.setIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
void |
LaunchTemplateInstanceNetworkInterfaceSpecification.setIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses for the network interface.
|
void |
InstanceNetworkInterface.setIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more IPv6 addresses associated with the network interface.
|
void |
InstanceNetworkInterfaceSpecification.setIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more IPv6 addresses to assign to the network interface.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
RunInstancesRequest |
RunInstancesRequest.withIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification |
LaunchTemplateInstanceNetworkInterfaceSpecification.withIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses for the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more IPv6 addresses associated with the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more IPv6 addresses to assign to the network interface.
|
Copyright © 2021. All rights reserved.