| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
VotingPolicy |
VotingPolicy.clone() |
VotingPolicy |
Network.getVotingPolicy()
The voting rules that the network uses to decide if a proposal is accepted.
|
VotingPolicy |
CreateNetworkRequest.getVotingPolicy()
The voting rules used by the network to determine if a proposal is approved.
|
VotingPolicy |
VotingPolicy.withApprovalThresholdPolicy(ApprovalThresholdPolicy approvalThresholdPolicy)
Defines the rules for the network for voting on proposals, such as the percentage of
YES votes
required for the proposal to be approved and the duration of the proposal. |
| Modifier and Type | Method and Description |
|---|---|
void |
Network.setVotingPolicy(VotingPolicy votingPolicy)
The voting rules that the network uses to decide if a proposal is accepted.
|
void |
CreateNetworkRequest.setVotingPolicy(VotingPolicy votingPolicy)
The voting rules used by the network to determine if a proposal is approved.
|
Network |
Network.withVotingPolicy(VotingPolicy votingPolicy)
The voting rules that the network uses to decide if a proposal is accepted.
|
CreateNetworkRequest |
CreateNetworkRequest.withVotingPolicy(VotingPolicy votingPolicy)
The voting rules used by the network to determine if a proposal is approved.
|
Copyright © 2025. All rights reserved.