| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
VotingPolicy |
VotingPolicy.clone() |
VotingPolicy |
CreateNetworkRequest.getVotingPolicy()
The voting rules used by the network to determine if a proposal is approved.
|
VotingPolicy |
Network.getVotingPolicy()
The voting rules for the network to decide if a proposal is accepted.
|
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 |
CreateNetworkRequest.setVotingPolicy(VotingPolicy votingPolicy)
The voting rules used by the network to determine if a proposal is approved.
|
void |
Network.setVotingPolicy(VotingPolicy votingPolicy)
The voting rules for the network 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.
|
Network |
Network.withVotingPolicy(VotingPolicy votingPolicy)
The voting rules for the network to decide if a proposal is accepted.
|
Copyright © 2020. All rights reserved.