Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkBandwidthGbps
-
Packages that use NetworkBandwidthGbps Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NetworkBandwidthGbps in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkBandwidthGbps Modifier and Type Method Description NetworkBandwidthGbpsInstanceRequirements. networkBandwidthGbps()The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkBandwidthGbps Modifier and Type Method Description InstanceRequirements.BuilderInstanceRequirements.Builder. networkBandwidthGbps(NetworkBandwidthGbps networkBandwidthGbps)The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
-