Uses of Interface
software.amazon.awssdk.services.connect.model.ThresholdV2.Builder
-
Packages that use ThresholdV2.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ThresholdV2.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ThresholdV2.Builder Modifier and Type Method Description static ThresholdV2.BuilderThresholdV2. builder()ThresholdV2.BuilderThresholdV2.Builder. comparison(String comparison)The type of comparison.ThresholdV2.BuilderThresholdV2.Builder. thresholdValue(Double thresholdValue)The threshold value to compare.ThresholdV2.BuilderThresholdV2. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ThresholdV2.Builder Modifier and Type Method Description static Class<? extends ThresholdV2.Builder>ThresholdV2. serializableBuilderClass()
-