Uses of Class
software.amazon.awssdk.services.managedblockchain.model.VotingPolicy
-
Packages that use VotingPolicy Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of VotingPolicy in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return VotingPolicy Modifier and Type Method Description VotingPolicyCreateNetworkRequest. votingPolicy()The voting rules used by the network to determine if a proposal is approved.VotingPolicyNetwork. votingPolicy()The voting rules that the network uses to decide if a proposal is accepted.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type VotingPolicy Modifier and Type Method Description CreateNetworkRequest.BuilderCreateNetworkRequest.Builder. votingPolicy(VotingPolicy votingPolicy)The voting rules used by the network to determine if a proposal is approved.Network.BuilderNetwork.Builder. votingPolicy(VotingPolicy votingPolicy)The voting rules that the network uses to decide if a proposal is accepted.
-