Uses of Class
software.amazon.awssdk.services.managedblockchain.paginators.ListProposalVotesPublisher
-
Packages that use ListProposalVotesPublisher Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of ListProposalVotesPublisher in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return ListProposalVotesPublisher Modifier and Type Method Description default ListProposalVotesPublisherManagedBlockchainAsyncClient. 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 ListProposalVotesPublisherManagedBlockchainAsyncClient. 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.
-