Uses of Class
software.amazon.awssdk.services.autoscaling.model.BaselineEbsBandwidthMbpsRequest
-
Packages that use BaselineEbsBandwidthMbpsRequest Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of BaselineEbsBandwidthMbpsRequest in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return BaselineEbsBandwidthMbpsRequest Modifier and Type Method Description BaselineEbsBandwidthMbpsRequestInstanceRequirements. baselineEbsBandwidthMbps()The minimum and maximum baseline bandwidth performance for an instance type, in Mbps.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type BaselineEbsBandwidthMbpsRequest Modifier and Type Method Description InstanceRequirements.BuilderInstanceRequirements.Builder. baselineEbsBandwidthMbps(BaselineEbsBandwidthMbpsRequest baselineEbsBandwidthMbps)The minimum and maximum baseline bandwidth performance for an instance type, in Mbps.
-