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