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