Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ThresholdComparator
-
Packages that use ThresholdComparator Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of ThresholdComparator in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return ThresholdComparator Modifier and Type Method Description static ThresholdComparatorThresholdComparator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThresholdComparatorApprovalThresholdPolicy. thresholdComparator()Determines whether the vote percentage must be greater than theThresholdPercentageor must be greater than or equal to theThresholdPercentageto be approved.static ThresholdComparatorThresholdComparator. valueOf(String name)Returns the enum constant of this type with the specified name.static ThresholdComparator[]ThresholdComparator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type ThresholdComparator Modifier and Type Method Description static Set<ThresholdComparator>ThresholdComparator. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type ThresholdComparator Modifier and Type Method Description ApprovalThresholdPolicy.BuilderApprovalThresholdPolicy.Builder. thresholdComparator(ThresholdComparator thresholdComparator)Determines whether the vote percentage must be greater than theThresholdPercentageor must be greater than or equal to theThresholdPercentageto be approved.
-