| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain |
|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
ListProposalVotesResult |
AmazonManagedBlockchainClient.listProposalVotes(ListProposalVotesRequest request)
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.
|
ListProposalVotesResult |
AmazonManagedBlockchain.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.
|
ListProposalVotesResult |
AbstractAmazonManagedBlockchain.listProposalVotes(ListProposalVotesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProposalVotesResult> |
AmazonManagedBlockchainAsyncClient.listProposalVotesAsync(ListProposalVotesRequest request) |
Future<ListProposalVotesResult> |
AmazonManagedBlockchainAsync.listProposalVotesAsync(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.
|
Future<ListProposalVotesResult> |
AbstractAmazonManagedBlockchainAsync.listProposalVotesAsync(ListProposalVotesRequest request) |
Future<ListProposalVotesResult> |
AmazonManagedBlockchainAsyncClient.listProposalVotesAsync(ListProposalVotesRequest request,
AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler) |
Future<ListProposalVotesResult> |
AmazonManagedBlockchainAsync.listProposalVotesAsync(ListProposalVotesRequest listProposalVotesRequest,
AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler)
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.
|
Future<ListProposalVotesResult> |
AbstractAmazonManagedBlockchainAsync.listProposalVotesAsync(ListProposalVotesRequest request,
AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProposalVotesResult> |
AmazonManagedBlockchainAsyncClient.listProposalVotesAsync(ListProposalVotesRequest request,
AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler) |
Future<ListProposalVotesResult> |
AmazonManagedBlockchainAsync.listProposalVotesAsync(ListProposalVotesRequest listProposalVotesRequest,
AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler)
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.
|
Future<ListProposalVotesResult> |
AbstractAmazonManagedBlockchainAsync.listProposalVotesAsync(ListProposalVotesRequest request,
AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProposalVotesResult |
ListProposalVotesResult.clone() |
ListProposalVotesResult |
ListProposalVotesResult.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListProposalVotesResult |
ListProposalVotesResult.withProposalVotes(Collection<VoteSummary> proposalVotes)
The list of votes.
|
ListProposalVotesResult |
ListProposalVotesResult.withProposalVotes(VoteSummary... proposalVotes)
The list of votes.
|
Copyright © 2025. All rights reserved.