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