Uses of Interface
software.amazon.awssdk.services.ecs.model.NetworkBandwidthGbpsRequest.Builder
-
Packages that use NetworkBandwidthGbpsRequest.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of NetworkBandwidthGbpsRequest.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return NetworkBandwidthGbpsRequest.Builder Modifier and Type Method Description static NetworkBandwidthGbpsRequest.BuilderNetworkBandwidthGbpsRequest. builder()NetworkBandwidthGbpsRequest.BuilderNetworkBandwidthGbpsRequest.Builder. max(Double max)The maximum network bandwidth in Gbps.NetworkBandwidthGbpsRequest.BuilderNetworkBandwidthGbpsRequest.Builder. min(Double min)The minimum network bandwidth in Gbps.NetworkBandwidthGbpsRequest.BuilderNetworkBandwidthGbpsRequest. toBuilder()Methods in software.amazon.awssdk.services.ecs.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.ecs.model with type arguments of type NetworkBandwidthGbpsRequest.Builder Modifier and Type Method Description default InstanceRequirementsRequest.BuilderInstanceRequirementsRequest.Builder. networkBandwidthGbps(Consumer<NetworkBandwidthGbpsRequest.Builder> networkBandwidthGbps)The minimum and maximum network bandwidth in gigabits per second (Gbps).
-