| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| software.amazon.awssdk.services.managedblockchain.model |
| 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 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 ListProposalVotesPublisher |
ManagedBlockchainAsyncClient.listProposalVotesPaginator(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 ListProposalVotesIterable |
ManagedBlockchainClient.listProposalVotesPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProposalVotesRequest.Builder |
ListProposalVotesRequest.builder() |
ListProposalVotesRequest.Builder |
ListProposalVotesRequest.Builder.maxResults(Integer maxResults)
The maximum number of votes to return.
|
ListProposalVotesRequest.Builder |
ListProposalVotesRequest.Builder.networkId(String networkId)
The unique identifier of the network.
|
ListProposalVotesRequest.Builder |
ListProposalVotesRequest.Builder.nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListProposalVotesRequest.Builder |
ListProposalVotesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProposalVotesRequest.Builder |
ListProposalVotesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProposalVotesRequest.Builder |
ListProposalVotesRequest.Builder.proposalId(String proposalId)
The unique identifier of the proposal.
|
ListProposalVotesRequest.Builder |
ListProposalVotesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProposalVotesRequest.Builder> |
ListProposalVotesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.