| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| software.amazon.awssdk.services.managedblockchain.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProposalVotesResponse |
ManagedBlockchainClient.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 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProposalVotesResponse> |
ListProposalVotesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProposalVotesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProposalVotesResponse> subscriber) |
Copyright © 2023. All rights reserved.