| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
VoteSummary |
VoteSummary.clone() |
VoteSummary |
VoteSummary.withMemberId(String memberId)
The unique identifier of the member that cast the vote.
|
VoteSummary |
VoteSummary.withMemberName(String memberName)
The name of the member that cast the vote.
|
VoteSummary |
VoteSummary.withVote(String vote)
The vote value, either
YES or NO. |
VoteSummary |
VoteSummary.withVote(VoteValue vote)
The vote value, either
YES or NO. |
| Modifier and Type | Method and Description |
|---|---|
List<VoteSummary> |
ListProposalVotesResult.getProposalVotes()
The listing of votes.
|
| Modifier and Type | Method and Description |
|---|---|
ListProposalVotesResult |
ListProposalVotesResult.withProposalVotes(VoteSummary... proposalVotes)
The listing of votes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProposalVotesResult.setProposalVotes(Collection<VoteSummary> proposalVotes)
The listing of votes.
|
ListProposalVotesResult |
ListProposalVotesResult.withProposalVotes(Collection<VoteSummary> proposalVotes)
The listing of votes.
|
Copyright © 2020. All rights reserved.