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