Uses of Class
software.amazon.awssdk.services.databrew.model.ThresholdUnit
-
Packages that use ThresholdUnit Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of ThresholdUnit in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return ThresholdUnit Modifier and Type Method Description static ThresholdUnitThresholdUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThresholdUnitThreshold. unit()Unit of threshold value.static ThresholdUnitThresholdUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static ThresholdUnit[]ThresholdUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type ThresholdUnit Modifier and Type Method Description static Set<ThresholdUnit>ThresholdUnit. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type ThresholdUnit Modifier and Type Method Description Threshold.BuilderThreshold.Builder. unit(ThresholdUnit unit)Unit of threshold value.
-