| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain |
|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProposalResult |
AbstractAmazonManagedBlockchain.createProposal(CreateProposalRequest request) |
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 |
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.
|
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 |
|---|---|
CreateProposalRequest |
CreateProposalRequest.clone() |
CreateProposalRequest |
CreateProposalRequest.withActions(ProposalActions actions)
The type of actions proposed, such as inviting a member or removing a member.
|
CreateProposalRequest |
CreateProposalRequest.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
CreateProposalRequest |
CreateProposalRequest.withDescription(String description)
A description for the proposal that is visible to voting members, for example,
"Proposal to add Example Corp.
|
CreateProposalRequest |
CreateProposalRequest.withMemberId(String memberId)
The unique identifier of the member that is creating the proposal.
|
CreateProposalRequest |
CreateProposalRequest.withNetworkId(String networkId)
The unique identifier of the network for which the proposal is made.
|
Copyright © 2020. All rights reserved.