Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ListProposalVotesRequest
-
-
Uses of ListProposalVotesRequest in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain with parameters of type ListProposalVotesRequest Modifier and Type Method Description 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.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.default ListProposalVotesPublisherManagedBlockchainAsyncClient. listProposalVotesPaginator(ListProposalVotesRequest listProposalVotesRequest)This is a variant ofManagedBlockchainAsyncClient.listProposalVotes(software.amazon.awssdk.services.managedblockchain.model.ListProposalVotesRequest)operation.default ListProposalVotesIterableManagedBlockchainClient. listProposalVotesPaginator(ListProposalVotesRequest listProposalVotesRequest)This is a variant ofManagedBlockchainClient.listProposalVotes(software.amazon.awssdk.services.managedblockchain.model.ListProposalVotesRequest)operation. -
Uses of ListProposalVotesRequest in software.amazon.awssdk.services.managedblockchain.paginators
Constructors in software.amazon.awssdk.services.managedblockchain.paginators with parameters of type ListProposalVotesRequest Constructor Description ListProposalVotesIterable(ManagedBlockchainClient client, ListProposalVotesRequest firstRequest)ListProposalVotesPublisher(ManagedBlockchainAsyncClient client, ListProposalVotesRequest firstRequest) -
Uses of ListProposalVotesRequest in software.amazon.awssdk.services.managedblockchain.transform
Methods in software.amazon.awssdk.services.managedblockchain.transform with parameters of type ListProposalVotesRequest Modifier and Type Method Description SdkHttpFullRequestListProposalVotesRequestMarshaller. marshall(ListProposalVotesRequest listProposalVotesRequest)
-