Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceIpv6AddressRequest |
InstanceIpv6AddressRequest.clone() |
InstanceIpv6AddressRequest |
InstanceIpv6AddressRequest.withIpv6Address(String ipv6Address)
The IPv6 address.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceIpv6AddressRequest> |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.getIpv6Addresses()
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
Modifier and Type | Method and Description |
---|---|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv6Addresses(InstanceIpv6AddressRequest... ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.setIpv6Addresses(Collection<InstanceIpv6AddressRequest> ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withIpv6Addresses(Collection<InstanceIpv6AddressRequest> ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
Copyright © 2023. All rights reserved.