| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Ipv6PrefixSpecificationResponse |
Ipv6PrefixSpecificationResponse.clone() |
Ipv6PrefixSpecificationResponse |
Ipv6PrefixSpecificationResponse.withIpv6Prefix(String ipv6Prefix)
The IPv6 delegated prefixes assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ipv6PrefixSpecificationResponse> |
LaunchTemplateInstanceNetworkInterfaceSpecification.getIpv6Prefixes()
One or more IPv6 prefixes assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceNetworkInterfaceSpecification |
LaunchTemplateInstanceNetworkInterfaceSpecification.withIpv6Prefixes(Ipv6PrefixSpecificationResponse... ipv6Prefixes)
One or more IPv6 prefixes assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchTemplateInstanceNetworkInterfaceSpecification.setIpv6Prefixes(Collection<Ipv6PrefixSpecificationResponse> ipv6Prefixes)
One or more IPv6 prefixes assigned to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification |
LaunchTemplateInstanceNetworkInterfaceSpecification.withIpv6Prefixes(Collection<Ipv6PrefixSpecificationResponse> ipv6Prefixes)
One or more IPv6 prefixes assigned to the network interface.
|
Copyright © 2023. All rights reserved.