| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain |
|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProposalResult |
AmazonManagedBlockchainClient.createProposal(CreateProposalRequest request)
Creates a proposal for a change to the network that other members of the network can vote on, for example, a
proposal to add a new member to the network.
|
CreateProposalResult |
AmazonManagedBlockchain.createProposal(CreateProposalRequest createProposalRequest)
Creates a proposal for a change to the network that other members of the network can vote on, for example, a
proposal to add a new member to the network.
|
CreateProposalResult |
AbstractAmazonManagedBlockchain.createProposal(CreateProposalRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProposalResult> |
AmazonManagedBlockchainAsyncClient.createProposalAsync(CreateProposalRequest request) |
Future<CreateProposalResult> |
AmazonManagedBlockchainAsync.createProposalAsync(CreateProposalRequest createProposalRequest)
Creates a proposal for a change to the network that other members of the network can vote on, for example, a
proposal to add a new member to the network.
|
Future<CreateProposalResult> |
AbstractAmazonManagedBlockchainAsync.createProposalAsync(CreateProposalRequest request) |
Future<CreateProposalResult> |
AmazonManagedBlockchainAsyncClient.createProposalAsync(CreateProposalRequest request,
AsyncHandler<CreateProposalRequest,CreateProposalResult> asyncHandler) |
Future<CreateProposalResult> |
AmazonManagedBlockchainAsync.createProposalAsync(CreateProposalRequest createProposalRequest,
AsyncHandler<CreateProposalRequest,CreateProposalResult> asyncHandler)
Creates a proposal for a change to the network that other members of the network can vote on, for example, a
proposal to add a new member to the network.
|
Future<CreateProposalResult> |
AbstractAmazonManagedBlockchainAsync.createProposalAsync(CreateProposalRequest request,
AsyncHandler<CreateProposalRequest,CreateProposalResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProposalResult> |
AmazonManagedBlockchainAsyncClient.createProposalAsync(CreateProposalRequest request,
AsyncHandler<CreateProposalRequest,CreateProposalResult> asyncHandler) |
Future<CreateProposalResult> |
AmazonManagedBlockchainAsync.createProposalAsync(CreateProposalRequest createProposalRequest,
AsyncHandler<CreateProposalRequest,CreateProposalResult> asyncHandler)
Creates a proposal for a change to the network that other members of the network can vote on, for example, a
proposal to add a new member to the network.
|
Future<CreateProposalResult> |
AbstractAmazonManagedBlockchainAsync.createProposalAsync(CreateProposalRequest request,
AsyncHandler<CreateProposalRequest,CreateProposalResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProposalResult |
CreateProposalResult.clone() |
CreateProposalResult |
CreateProposalResult.withProposalId(String proposalId)
The unique identifier of the proposal.
|
Copyright © 2024. All rights reserved.