Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ApprovalThresholdPolicy
-
Packages that use ApprovalThresholdPolicy Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of ApprovalThresholdPolicy in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return ApprovalThresholdPolicy Modifier and Type Method Description ApprovalThresholdPolicyVotingPolicy. approvalThresholdPolicy()Defines the rules for the network for voting on proposals, such as the percentage ofYESvotes required for the proposal to be approved and the duration of the proposal.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type ApprovalThresholdPolicy Modifier and Type Method Description VotingPolicy.BuilderVotingPolicy.Builder. approvalThresholdPolicy(ApprovalThresholdPolicy approvalThresholdPolicy)Defines the rules for the network for voting on proposals, such as the percentage ofYESvotes required for the proposal to be approved and the duration of the proposal.
-