Uses of Class
software.amazon.awssdk.services.managedblockchain.paginators.ListProposalVotesIterable
-
Packages that use ListProposalVotesIterable Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of ListProposalVotesIterable in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return ListProposalVotesIterable Modifier and Type Method Description default ListProposalVotesIterableManagedBlockchainClient. listProposalVotesPaginator(Consumer<ListProposalVotesRequest.Builder> listProposalVotesRequest)Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.default ListProposalVotesIterableManagedBlockchainClient. listProposalVotesPaginator(ListProposalVotesRequest listProposalVotesRequest)Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.
-