| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain |
|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
ListProposalsResult |
AmazonManagedBlockchainClient.listProposals(ListProposalsRequest request)
Returns a list of proposals for the network.
|
ListProposalsResult |
AmazonManagedBlockchain.listProposals(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
ListProposalsResult |
AbstractAmazonManagedBlockchain.listProposals(ListProposalsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProposalsResult> |
AmazonManagedBlockchainAsyncClient.listProposalsAsync(ListProposalsRequest request,
AsyncHandler<ListProposalsRequest,ListProposalsResult> asyncHandler) |
Future<ListProposalsResult> |
AmazonManagedBlockchainAsync.listProposalsAsync(ListProposalsRequest listProposalsRequest,
AsyncHandler<ListProposalsRequest,ListProposalsResult> asyncHandler)
Returns a list of proposals for the network.
|
Future<ListProposalsResult> |
AbstractAmazonManagedBlockchainAsync.listProposalsAsync(ListProposalsRequest request,
AsyncHandler<ListProposalsRequest,ListProposalsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProposalsResult |
ListProposalsResult.clone() |
ListProposalsResult |
ListProposalsResult.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListProposalsResult |
ListProposalsResult.withProposals(Collection<ProposalSummary> proposals)
The summary of each proposal made on the network.
|
ListProposalsResult |
ListProposalsResult.withProposals(ProposalSummary... proposals)
The summary of each proposal made on the network.
|
Copyright © 2024. All rights reserved.