| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain |
|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
ListProposalVotesResult |
AbstractAmazonManagedBlockchain.listProposalVotes(ListProposalVotesRequest request) |
ListProposalVotesResult |
AmazonManagedBlockchain.listProposalVotes(ListProposalVotesRequest listProposalVotesRequest)
Returns the listing of votes for a specified proposal, including the value of each vote and the unique identifier
of the member that cast the vote.
|
ListProposalVotesResult |
AmazonManagedBlockchainClient.listProposalVotes(ListProposalVotesRequest request)
Returns the listing 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> |
AmazonManagedBlockchainAsyncClient.listProposalVotesAsync(ListProposalVotesRequest request) |
Future<ListProposalVotesResult> |
AmazonManagedBlockchainAsync.listProposalVotesAsync(ListProposalVotesRequest listProposalVotesRequest)
Returns the listing 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 listing 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 listing 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 |
|---|---|
ListProposalVotesRequest |
ListProposalVotesRequest.clone() |
ListProposalVotesRequest |
ListProposalVotesRequest.withMaxResults(Integer maxResults)
The maximum number of votes to return.
|
ListProposalVotesRequest |
ListProposalVotesRequest.withNetworkId(String networkId)
The unique identifier of the network.
|
ListProposalVotesRequest |
ListProposalVotesRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListProposalVotesRequest |
ListProposalVotesRequest.withProposalId(String proposalId)
The unique identifier of the proposal.
|
Copyright © 2019. All rights reserved.