Uses of Interface
software.amazon.awssdk.services.ec2.model.BaselineEbsBandwidthMbps.Builder
-
Packages that use BaselineEbsBandwidthMbps.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of BaselineEbsBandwidthMbps.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BaselineEbsBandwidthMbps.Builder Modifier and Type Method Description static BaselineEbsBandwidthMbps.BuilderBaselineEbsBandwidthMbps. builder()BaselineEbsBandwidthMbps.BuilderBaselineEbsBandwidthMbps.Builder. max(Integer max)The maximum baseline bandwidth, in Mbps.BaselineEbsBandwidthMbps.BuilderBaselineEbsBandwidthMbps.Builder. min(Integer min)The minimum baseline bandwidth, in Mbps.BaselineEbsBandwidthMbps.BuilderBaselineEbsBandwidthMbps. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type BaselineEbsBandwidthMbps.Builder Modifier and Type Method Description static Class<? extends BaselineEbsBandwidthMbps.Builder>BaselineEbsBandwidthMbps. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type BaselineEbsBandwidthMbps.Builder Modifier and Type Method Description default InstanceRequirements.BuilderInstanceRequirements.Builder. baselineEbsBandwidthMbps(Consumer<BaselineEbsBandwidthMbps.Builder> baselineEbsBandwidthMbps)The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps.
-