| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Ipv4PrefixSpecificationRequest> |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.ipv4Prefixes()
One or more IPv4 prefixes to be assigned to the network interface.
|
List<Ipv4PrefixSpecificationRequest> |
CreateNetworkInterfaceRequest.ipv4Prefixes()
The IPv4 prefixes assigned to the network interface.
|
List<Ipv4PrefixSpecificationRequest> |
InstanceNetworkInterfaceSpecification.ipv4Prefixes()
The IPv4 delegated prefixes to be assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
One or more IPv4 prefixes to be assigned to the network interface.
|
CreateNetworkInterfaceRequest.Builder |
CreateNetworkInterfaceRequest.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
The IPv4 prefixes assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
The IPv4 delegated prefixes to be assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
One or more IPv4 prefixes to be assigned to the network interface.
|
CreateNetworkInterfaceRequest.Builder |
CreateNetworkInterfaceRequest.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
The IPv4 prefixes assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
The IPv4 delegated prefixes to be assigned to the network interface.
|
Copyright © 2023. All rights reserved.