| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkBandwidthGbps |
NetworkBandwidthGbps.clone() |
NetworkBandwidthGbps |
InstanceRequirements.getNetworkBandwidthGbps()
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
|
NetworkBandwidthGbps |
NetworkBandwidthGbps.withMax(Double max)
The maximum amount of network bandwidth, in Gbps.
|
NetworkBandwidthGbps |
NetworkBandwidthGbps.withMin(Double min)
The minimum amount of network bandwidth, in Gbps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRequirements.setNetworkBandwidthGbps(NetworkBandwidthGbps networkBandwidthGbps)
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
|
InstanceRequirements |
InstanceRequirements.withNetworkBandwidthGbps(NetworkBandwidthGbps networkBandwidthGbps)
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
|
Copyright © 2023. All rights reserved.