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