| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Ipv4PrefixSpecificationResponse |
Ipv4PrefixSpecificationResponse.clone() |
Ipv4PrefixSpecificationResponse |
Ipv4PrefixSpecificationResponse.withIpv4Prefix(String ipv4Prefix)
The IPv4 delegated prefixes assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ipv4PrefixSpecificationResponse> |
LaunchTemplateInstanceNetworkInterfaceSpecification.getIpv4Prefixes()
One or more IPv4 prefixes assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceNetworkInterfaceSpecification |
LaunchTemplateInstanceNetworkInterfaceSpecification.withIpv4Prefixes(Ipv4PrefixSpecificationResponse... ipv4Prefixes)
One or more IPv4 prefixes assigned to the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchTemplateInstanceNetworkInterfaceSpecification.setIpv4Prefixes(Collection<Ipv4PrefixSpecificationResponse> ipv4Prefixes)
One or more IPv4 prefixes assigned to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification |
LaunchTemplateInstanceNetworkInterfaceSpecification.withIpv4Prefixes(Collection<Ipv4PrefixSpecificationResponse> ipv4Prefixes)
One or more IPv4 prefixes assigned to the network interface.
|
Copyright © 2023. All rights reserved.