Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ListProposalVotesResponse
-
Packages that use ListProposalVotesResponse Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.paginators -
-
Uses of ListProposalVotesResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return ListProposalVotesResponse Modifier and Type Method Description default ListProposalVotesResponseManagedBlockchainClient. listProposalVotes(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 ListProposalVotesResponseManagedBlockchainClient. listProposalVotes(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.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type ListProposalVotesResponse Modifier and Type Method Description default CompletableFuture<ListProposalVotesResponse>ManagedBlockchainAsyncClient. listProposalVotes(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 CompletableFuture<ListProposalVotesResponse>ManagedBlockchainAsyncClient. listProposalVotes(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. -
Uses of ListProposalVotesResponse in software.amazon.awssdk.services.managedblockchain.paginators
Methods in software.amazon.awssdk.services.managedblockchain.paginators that return types with arguments of type ListProposalVotesResponse Modifier and Type Method Description Iterator<ListProposalVotesResponse>ListProposalVotesIterable. iterator()Method parameters in software.amazon.awssdk.services.managedblockchain.paginators with type arguments of type ListProposalVotesResponse Modifier and Type Method Description voidListProposalVotesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProposalVotesResponse> subscriber)
-