| Modifier and Type | Method and 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 ListProposalVotesResponse |
ManagedBlockchainClient.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 ListProposalVotesPublisher |
ManagedBlockchainAsyncClient.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.
|
default ListProposalVotesIterable |
ManagedBlockchainClient.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.
|
| Constructor and Description |
|---|
ListProposalVotesIterable(ManagedBlockchainClient client,
ListProposalVotesRequest firstRequest) |
ListProposalVotesPublisher(ManagedBlockchainAsyncClient client,
ListProposalVotesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListProposalVotesRequestMarshaller.marshall(ListProposalVotesRequest listProposalVotesRequest) |
Copyright © 2023. All rights reserved.