Uses of Class
software.amazon.awssdk.services.managedblockchain.model.VoteSummary
-
Packages that use VoteSummary Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of VoteSummary in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type VoteSummary Modifier and Type Method Description List<VoteSummary>ListProposalVotesResponse. proposalVotes()The list of votes.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type VoteSummary Modifier and Type Method Description ListProposalVotesResponse.BuilderListProposalVotesResponse.Builder. proposalVotes(VoteSummary... proposalVotes)The list of votes.Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type VoteSummary Modifier and Type Method Description ListProposalVotesResponse.BuilderListProposalVotesResponse.Builder. proposalVotes(Collection<VoteSummary> proposalVotes)The list of votes.
-