| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Ipv6PrefixSpecificationRequest> |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.ipv6Prefixes()
One or more IPv6 delegated prefixes to be assigned to the network interface.
|
List<Ipv6PrefixSpecificationRequest> |
CreateNetworkInterfaceRequest.ipv6Prefixes()
One or moreIPv6 Prefix Delegation prefixes assigned to the network interface.
|
List<Ipv6PrefixSpecificationRequest> |
InstanceNetworkInterfaceSpecification.ipv6Prefixes()
One or more IPv6 delegated prefixes to be assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
One or more IPv6 delegated prefixes to be assigned to the network interface.
|
CreateNetworkInterfaceRequest.Builder |
CreateNetworkInterfaceRequest.Builder.ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
One or moreIPv6 Prefix Delegation prefixes assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
One or more IPv6 delegated prefixes to be assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
One or more IPv6 delegated prefixes to be assigned to the network interface.
|
CreateNetworkInterfaceRequest.Builder |
CreateNetworkInterfaceRequest.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
One or moreIPv6 Prefix Delegation prefixes assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
One or more IPv6 delegated prefixes to be assigned to the network interface.
|
Copyright © 2021. All rights reserved.