Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkBandwidthGbps.Builder
-
Packages that use NetworkBandwidthGbps.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NetworkBandwidthGbps.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkBandwidthGbps.Builder Modifier and Type Method Description static NetworkBandwidthGbps.BuilderNetworkBandwidthGbps. builder()NetworkBandwidthGbps.BuilderNetworkBandwidthGbps.Builder. max(Double max)The maximum amount of network bandwidth, in Gbps.NetworkBandwidthGbps.BuilderNetworkBandwidthGbps.Builder. min(Double min)The minimum amount of network bandwidth, in Gbps.NetworkBandwidthGbps.BuilderNetworkBandwidthGbps. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkBandwidthGbps.Builder Modifier and Type Method Description static Class<? extends NetworkBandwidthGbps.Builder>NetworkBandwidthGbps. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkBandwidthGbps.Builder Modifier and Type Method Description default InstanceRequirements.BuilderInstanceRequirements.Builder. networkBandwidthGbps(Consumer<NetworkBandwidthGbps.Builder> networkBandwidthGbps)The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
-