Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceCount |
NetworkInterfaceCount.clone() |
NetworkInterfaceCount |
InstanceRequirements.getNetworkInterfaceCount()
The minimum and maximum number of network interfaces.
|
NetworkInterfaceCount |
NetworkInterfaceCount.withMax(Integer max)
The maximum number of network interfaces.
|
NetworkInterfaceCount |
NetworkInterfaceCount.withMin(Integer min)
The minimum number of network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceRequirements.setNetworkInterfaceCount(NetworkInterfaceCount networkInterfaceCount)
The minimum and maximum number of network interfaces.
|
InstanceRequirements |
InstanceRequirements.withNetworkInterfaceCount(NetworkInterfaceCount networkInterfaceCount)
The minimum and maximum number of network interfaces.
|
Copyright © 2021. All rights reserved.