@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonManagedBlockchainAsync extends AmazonManagedBlockchain
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonManagedBlockchainAsync
instead.
Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.
Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental
differences between the frameworks, some API actions or data types may only apply in the context of one framework and
not the other. For example, actions related to Hyperledger Fabric network members such as CreateMember
and DeleteMember
don't apply to Ethereum.
The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateAccessorResult> |
createAccessorAsync(CreateAccessorRequest createAccessorRequest)
Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access.
|
Future<CreateAccessorResult> |
createAccessorAsync(CreateAccessorRequest createAccessorRequest,
AsyncHandler<CreateAccessorRequest,CreateAccessorResult> asyncHandler)
Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access.
|
Future<CreateMemberResult> |
createMemberAsync(CreateMemberRequest createMemberRequest)
Creates a member within a Managed Blockchain network.
|
Future<CreateMemberResult> |
createMemberAsync(CreateMemberRequest createMemberRequest,
AsyncHandler<CreateMemberRequest,CreateMemberResult> asyncHandler)
Creates a member within a Managed Blockchain network.
|
Future<CreateNetworkResult> |
createNetworkAsync(CreateNetworkRequest createNetworkRequest)
Creates a new blockchain network using Amazon Managed Blockchain.
|
Future<CreateNetworkResult> |
createNetworkAsync(CreateNetworkRequest createNetworkRequest,
AsyncHandler<CreateNetworkRequest,CreateNetworkResult> asyncHandler)
Creates a new blockchain network using Amazon Managed Blockchain.
|
Future<CreateNodeResult> |
createNodeAsync(CreateNodeRequest createNodeRequest)
Creates a node on the specified blockchain network.
|
Future<CreateNodeResult> |
createNodeAsync(CreateNodeRequest createNodeRequest,
AsyncHandler<CreateNodeRequest,CreateNodeResult> asyncHandler)
Creates a node on the specified blockchain network.
|
Future<CreateProposalResult> |
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> |
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<DeleteAccessorResult> |
deleteAccessorAsync(DeleteAccessorRequest deleteAccessorRequest)
Deletes an accessor that your Amazon Web Services account owns.
|
Future<DeleteAccessorResult> |
deleteAccessorAsync(DeleteAccessorRequest deleteAccessorRequest,
AsyncHandler<DeleteAccessorRequest,DeleteAccessorResult> asyncHandler)
Deletes an accessor that your Amazon Web Services account owns.
|
Future<DeleteMemberResult> |
deleteMemberAsync(DeleteMemberRequest deleteMemberRequest)
Deletes a member.
|
Future<DeleteMemberResult> |
deleteMemberAsync(DeleteMemberRequest deleteMemberRequest,
AsyncHandler<DeleteMemberRequest,DeleteMemberResult> asyncHandler)
Deletes a member.
|
Future<DeleteNodeResult> |
deleteNodeAsync(DeleteNodeRequest deleteNodeRequest)
Deletes a node that your Amazon Web Services account owns.
|
Future<DeleteNodeResult> |
deleteNodeAsync(DeleteNodeRequest deleteNodeRequest,
AsyncHandler<DeleteNodeRequest,DeleteNodeResult> asyncHandler)
Deletes a node that your Amazon Web Services account owns.
|
Future<GetAccessorResult> |
getAccessorAsync(GetAccessorRequest getAccessorRequest)
Returns detailed information about an accessor.
|
Future<GetAccessorResult> |
getAccessorAsync(GetAccessorRequest getAccessorRequest,
AsyncHandler<GetAccessorRequest,GetAccessorResult> asyncHandler)
Returns detailed information about an accessor.
|
Future<GetMemberResult> |
getMemberAsync(GetMemberRequest getMemberRequest)
Returns detailed information about a member.
|
Future<GetMemberResult> |
getMemberAsync(GetMemberRequest getMemberRequest,
AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler)
Returns detailed information about a member.
|
Future<GetNetworkResult> |
getNetworkAsync(GetNetworkRequest getNetworkRequest)
Returns detailed information about a network.
|
Future<GetNetworkResult> |
getNetworkAsync(GetNetworkRequest getNetworkRequest,
AsyncHandler<GetNetworkRequest,GetNetworkResult> asyncHandler)
Returns detailed information about a network.
|
Future<GetNodeResult> |
getNodeAsync(GetNodeRequest getNodeRequest)
Returns detailed information about a node.
|
Future<GetNodeResult> |
getNodeAsync(GetNodeRequest getNodeRequest,
AsyncHandler<GetNodeRequest,GetNodeResult> asyncHandler)
Returns detailed information about a node.
|
Future<GetProposalResult> |
getProposalAsync(GetProposalRequest getProposalRequest)
Returns detailed information about a proposal.
|
Future<GetProposalResult> |
getProposalAsync(GetProposalRequest getProposalRequest,
AsyncHandler<GetProposalRequest,GetProposalResult> asyncHandler)
Returns detailed information about a proposal.
|
Future<ListAccessorsResult> |
listAccessorsAsync(ListAccessorsRequest listAccessorsRequest)
Returns a list of the accessors and their properties.
|
Future<ListAccessorsResult> |
listAccessorsAsync(ListAccessorsRequest listAccessorsRequest,
AsyncHandler<ListAccessorsRequest,ListAccessorsResult> asyncHandler)
Returns a list of the accessors and their properties.
|
Future<ListInvitationsResult> |
listInvitationsAsync(ListInvitationsRequest listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
Future<ListInvitationsResult> |
listInvitationsAsync(ListInvitationsRequest listInvitationsRequest,
AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
Returns a list of all invitations for the current Amazon Web Services account.
|
Future<ListMembersResult> |
listMembersAsync(ListMembersRequest listMembersRequest)
Returns a list of the members in a network and properties of their configurations.
|
Future<ListMembersResult> |
listMembersAsync(ListMembersRequest listMembersRequest,
AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
Returns a list of the members in a network and properties of their configurations.
|
Future<ListNetworksResult> |
listNetworksAsync(ListNetworksRequest listNetworksRequest)
Returns information about the networks in which the current Amazon Web Services account participates.
|
Future<ListNetworksResult> |
listNetworksAsync(ListNetworksRequest listNetworksRequest,
AsyncHandler<ListNetworksRequest,ListNetworksResult> asyncHandler)
Returns information about the networks in which the current Amazon Web Services account participates.
|
Future<ListNodesResult> |
listNodesAsync(ListNodesRequest listNodesRequest)
Returns information about the nodes within a network.
|
Future<ListNodesResult> |
listNodesAsync(ListNodesRequest listNodesRequest,
AsyncHandler<ListNodesRequest,ListNodesResult> asyncHandler)
Returns information about the nodes within a network.
|
Future<ListProposalsResult> |
listProposalsAsync(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
Future<ListProposalsResult> |
listProposalsAsync(ListProposalsRequest listProposalsRequest,
AsyncHandler<ListProposalsRequest,ListProposalsResult> asyncHandler)
Returns a list of proposals for the network.
|
Future<ListProposalVotesResult> |
listProposalVotesAsync(ListProposalVotesRequest 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.
|
Future<ListProposalVotesResult> |
listProposalVotesAsync(ListProposalVotesRequest listProposalVotesRequest,
AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler)
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.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for the specified resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags for the specified resource.
|
Future<RejectInvitationResult> |
rejectInvitationAsync(RejectInvitationRequest rejectInvitationRequest)
Rejects an invitation to join a network.
|
Future<RejectInvitationResult> |
rejectInvitationAsync(RejectInvitationRequest rejectInvitationRequest,
AsyncHandler<RejectInvitationRequest,RejectInvitationResult> asyncHandler)
Rejects an invitation to join a network.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
Future<UpdateMemberResult> |
updateMemberAsync(UpdateMemberRequest updateMemberRequest)
Updates a member configuration with new parameters.
|
Future<UpdateMemberResult> |
updateMemberAsync(UpdateMemberRequest updateMemberRequest,
AsyncHandler<UpdateMemberRequest,UpdateMemberResult> asyncHandler)
Updates a member configuration with new parameters.
|
Future<UpdateNodeResult> |
updateNodeAsync(UpdateNodeRequest updateNodeRequest)
Updates a node configuration with new parameters.
|
Future<UpdateNodeResult> |
updateNodeAsync(UpdateNodeRequest updateNodeRequest,
AsyncHandler<UpdateNodeRequest,UpdateNodeResult> asyncHandler)
Updates a node configuration with new parameters.
|
Future<VoteOnProposalResult> |
voteOnProposalAsync(VoteOnProposalRequest voteOnProposalRequest)
Casts a vote for a specified
ProposalId on behalf of a member. |
Future<VoteOnProposalResult> |
voteOnProposalAsync(VoteOnProposalRequest voteOnProposalRequest,
AsyncHandler<VoteOnProposalRequest,VoteOnProposalResult> asyncHandler)
Casts a vote for a specified
ProposalId on behalf of a member. |
createAccessor, createMember, createNetwork, createNode, createProposal, deleteAccessor, deleteMember, deleteNode, getAccessor, getCachedResponseMetadata, getMember, getNetwork, getNode, getProposal, listAccessors, listInvitations, listMembers, listNetworks, listNodes, listProposals, listProposalVotes, listTagsForResource, rejectInvitation, shutdown, tagResource, untagResource, updateMember, updateNode, voteOnProposal
Future<CreateAccessorResult> createAccessorAsync(CreateAccessorRequest createAccessorRequest)
Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access. The accessor contains information required for token based access.
createAccessorRequest
- Future<CreateAccessorResult> createAccessorAsync(CreateAccessorRequest createAccessorRequest, AsyncHandler<CreateAccessorRequest,CreateAccessorResult> asyncHandler)
Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access. The accessor contains information required for token based access.
createAccessorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateMemberResult> createMemberAsync(CreateMemberRequest createMemberRequest)
Creates a member within a Managed Blockchain network.
Applies only to Hyperledger Fabric.
createMemberRequest
- Future<CreateMemberResult> createMemberAsync(CreateMemberRequest createMemberRequest, AsyncHandler<CreateMemberRequest,CreateMemberResult> asyncHandler)
Creates a member within a Managed Blockchain network.
Applies only to Hyperledger Fabric.
createMemberRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateNetworkResult> createNetworkAsync(CreateNetworkRequest createNetworkRequest)
Creates a new blockchain network using Amazon Managed Blockchain.
Applies only to Hyperledger Fabric.
createNetworkRequest
- Future<CreateNetworkResult> createNetworkAsync(CreateNetworkRequest createNetworkRequest, AsyncHandler<CreateNetworkRequest,CreateNetworkResult> asyncHandler)
Creates a new blockchain network using Amazon Managed Blockchain.
Applies only to Hyperledger Fabric.
createNetworkRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateNodeResult> createNodeAsync(CreateNodeRequest createNodeRequest)
Creates a node on the specified blockchain network.
Applies to Hyperledger Fabric and Ethereum.
createNodeRequest
- Future<CreateNodeResult> createNodeAsync(CreateNodeRequest createNodeRequest, AsyncHandler<CreateNodeRequest,CreateNodeResult> asyncHandler)
Creates a node on the specified blockchain network.
Applies to Hyperledger Fabric and Ethereum.
createNodeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateProposalResult> 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. Any member can create a proposal.
Applies only to Hyperledger Fabric.
createProposalRequest
- Future<CreateProposalResult> 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. Any member can create a proposal.
Applies only to Hyperledger Fabric.
createProposalRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteAccessorResult> deleteAccessorAsync(DeleteAccessorRequest deleteAccessorRequest)
Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the
information required for token based access to your Ethereum nodes including, the BILLING_TOKEN
.
After an accessor is deleted, the status of the accessor changes from AVAILABLE
to
PENDING_DELETION
. An accessor in the PENDING_DELETION
state can’t be used for new
WebSocket requests or HTTP requests. However, WebSocket connections that were initiated while the accessor was in
the AVAILABLE
state remain open until they expire (up to 2 hours).
deleteAccessorRequest
- Future<DeleteAccessorResult> deleteAccessorAsync(DeleteAccessorRequest deleteAccessorRequest, AsyncHandler<DeleteAccessorRequest,DeleteAccessorResult> asyncHandler)
Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the
information required for token based access to your Ethereum nodes including, the BILLING_TOKEN
.
After an accessor is deleted, the status of the accessor changes from AVAILABLE
to
PENDING_DELETION
. An accessor in the PENDING_DELETION
state can’t be used for new
WebSocket requests or HTTP requests. However, WebSocket connections that were initiated while the accessor was in
the AVAILABLE
state remain open until they expire (up to 2 hours).
deleteAccessorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteMemberResult> deleteMemberAsync(DeleteMemberRequest deleteMemberRequest)
Deletes a member. Deleting a member removes the member and all associated resources from the network.
DeleteMember
can only be called for a specified MemberId
if the principal performing
the action is associated with the Amazon Web Services account that owns the member. In all other cases, the
DeleteMember
action is carried out as the result of an approved proposal to remove a member. If
MemberId
is the last member in a network specified by the last Amazon Web Services account, the
network is deleted also.
Applies only to Hyperledger Fabric.
deleteMemberRequest
- Future<DeleteMemberResult> deleteMemberAsync(DeleteMemberRequest deleteMemberRequest, AsyncHandler<DeleteMemberRequest,DeleteMemberResult> asyncHandler)
Deletes a member. Deleting a member removes the member and all associated resources from the network.
DeleteMember
can only be called for a specified MemberId
if the principal performing
the action is associated with the Amazon Web Services account that owns the member. In all other cases, the
DeleteMember
action is carried out as the result of an approved proposal to remove a member. If
MemberId
is the last member in a network specified by the last Amazon Web Services account, the
network is deleted also.
Applies only to Hyperledger Fabric.
deleteMemberRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteNodeResult> deleteNodeAsync(DeleteNodeRequest deleteNodeRequest)
Deletes a node that your Amazon Web Services account owns. All data on the node is lost and cannot be recovered.
Applies to Hyperledger Fabric and Ethereum.
deleteNodeRequest
- Future<DeleteNodeResult> deleteNodeAsync(DeleteNodeRequest deleteNodeRequest, AsyncHandler<DeleteNodeRequest,DeleteNodeResult> asyncHandler)
Deletes a node that your Amazon Web Services account owns. All data on the node is lost and cannot be recovered.
Applies to Hyperledger Fabric and Ethereum.
deleteNodeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetAccessorResult> getAccessorAsync(GetAccessorRequest getAccessorRequest)
Returns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
getAccessorRequest
- Future<GetAccessorResult> getAccessorAsync(GetAccessorRequest getAccessorRequest, AsyncHandler<GetAccessorRequest,GetAccessorResult> asyncHandler)
Returns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
getAccessorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMemberResult> getMemberAsync(GetMemberRequest getMemberRequest)
Returns detailed information about a member.
Applies only to Hyperledger Fabric.
getMemberRequest
- Future<GetMemberResult> getMemberAsync(GetMemberRequest getMemberRequest, AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler)
Returns detailed information about a member.
Applies only to Hyperledger Fabric.
getMemberRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetNetworkResult> getNetworkAsync(GetNetworkRequest getNetworkRequest)
Returns detailed information about a network.
Applies to Hyperledger Fabric and Ethereum.
getNetworkRequest
- Future<GetNetworkResult> getNetworkAsync(GetNetworkRequest getNetworkRequest, AsyncHandler<GetNetworkRequest,GetNetworkResult> asyncHandler)
Returns detailed information about a network.
Applies to Hyperledger Fabric and Ethereum.
getNetworkRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetNodeResult> getNodeAsync(GetNodeRequest getNodeRequest)
Returns detailed information about a node.
Applies to Hyperledger Fabric and Ethereum.
getNodeRequest
- Future<GetNodeResult> getNodeAsync(GetNodeRequest getNodeRequest, AsyncHandler<GetNodeRequest,GetNodeResult> asyncHandler)
Returns detailed information about a node.
Applies to Hyperledger Fabric and Ethereum.
getNodeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetProposalResult> getProposalAsync(GetProposalRequest getProposalRequest)
Returns detailed information about a proposal.
Applies only to Hyperledger Fabric.
getProposalRequest
- Future<GetProposalResult> getProposalAsync(GetProposalRequest getProposalRequest, AsyncHandler<GetProposalRequest,GetProposalResult> asyncHandler)
Returns detailed information about a proposal.
Applies only to Hyperledger Fabric.
getProposalRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAccessorsResult> listAccessorsAsync(ListAccessorsRequest listAccessorsRequest)
Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes.
listAccessorsRequest
- Future<ListAccessorsResult> listAccessorsAsync(ListAccessorsRequest listAccessorsRequest, AsyncHandler<ListAccessorsRequest,ListAccessorsResult> asyncHandler)
Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes.
listAccessorsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
Applies only to Hyperledger Fabric.
listInvitationsRequest
- Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest listInvitationsRequest, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
Returns a list of all invitations for the current Amazon Web Services account.
Applies only to Hyperledger Fabric.
listInvitationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMembersResult> listMembersAsync(ListMembersRequest listMembersRequest)
Returns a list of the members in a network and properties of their configurations.
Applies only to Hyperledger Fabric.
listMembersRequest
- Future<ListMembersResult> listMembersAsync(ListMembersRequest listMembersRequest, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
Returns a list of the members in a network and properties of their configurations.
Applies only to Hyperledger Fabric.
listMembersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListNetworksResult> listNetworksAsync(ListNetworksRequest listNetworksRequest)
Returns information about the networks in which the current Amazon Web Services account participates.
Applies to Hyperledger Fabric and Ethereum.
listNetworksRequest
- Future<ListNetworksResult> listNetworksAsync(ListNetworksRequest listNetworksRequest, AsyncHandler<ListNetworksRequest,ListNetworksResult> asyncHandler)
Returns information about the networks in which the current Amazon Web Services account participates.
Applies to Hyperledger Fabric and Ethereum.
listNetworksRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListNodesResult> listNodesAsync(ListNodesRequest listNodesRequest)
Returns information about the nodes within a network.
Applies to Hyperledger Fabric and Ethereum.
listNodesRequest
- Future<ListNodesResult> listNodesAsync(ListNodesRequest listNodesRequest, AsyncHandler<ListNodesRequest,ListNodesResult> asyncHandler)
Returns information about the nodes within a network.
Applies to Hyperledger Fabric and Ethereum.
listNodesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListProposalVotesResult> listProposalVotesAsync(ListProposalVotesRequest 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.
Applies only to Hyperledger Fabric.
listProposalVotesRequest
- Future<ListProposalVotesResult> listProposalVotesAsync(ListProposalVotesRequest listProposalVotesRequest, AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler)
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.
Applies only to Hyperledger Fabric.
listProposalVotesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListProposalsResult> listProposalsAsync(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
Applies only to Hyperledger Fabric.
listProposalsRequest
- Future<ListProposalsResult> listProposalsAsync(ListProposalsRequest listProposalsRequest, AsyncHandler<ListProposalsRequest,ListProposalsResult> asyncHandler)
Returns a list of proposals for the network.
Applies only to Hyperledger Fabric.
listProposalsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for the specified resource. Each tag consists of a key and optional value.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags for the specified resource. Each tag consists of a key and optional value.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RejectInvitationResult> rejectInvitationAsync(RejectInvitationRequest rejectInvitationRequest)
Rejects an invitation to join a network. This action can be called by a principal in an Amazon Web Services account that has received an invitation to create a member and join a network.
Applies only to Hyperledger Fabric.
rejectInvitationRequest
- Future<RejectInvitationResult> rejectInvitationAsync(RejectInvitationRequest rejectInvitationRequest, AsyncHandler<RejectInvitationRequest,RejectInvitationResult> asyncHandler)
Rejects an invitation to join a network. This action can be called by a principal in an Amazon Web Services account that has received an invitation to create a member and join a network.
Applies only to Hyperledger Fabric.
rejectInvitationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource. Each tag consists of a key and optional value.
When you specify a tag key that already exists, the tag value is overwritten with the new value. Use
UntagResource
to remove tag keys.
A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource. Each tag consists of a key and optional value.
When you specify a tag key that already exists, the tag value is overwritten with the new value. Use
UntagResource
to remove tag keys.
A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the Amazon Managed Blockchain resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the specified tags from the Amazon Managed Blockchain resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateMemberResult> updateMemberAsync(UpdateMemberRequest updateMemberRequest)
Updates a member configuration with new parameters.
Applies only to Hyperledger Fabric.
updateMemberRequest
- Future<UpdateMemberResult> updateMemberAsync(UpdateMemberRequest updateMemberRequest, AsyncHandler<UpdateMemberRequest,UpdateMemberResult> asyncHandler)
Updates a member configuration with new parameters.
Applies only to Hyperledger Fabric.
updateMemberRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateNodeResult> updateNodeAsync(UpdateNodeRequest updateNodeRequest)
Updates a node configuration with new parameters.
Applies only to Hyperledger Fabric.
updateNodeRequest
- Future<UpdateNodeResult> updateNodeAsync(UpdateNodeRequest updateNodeRequest, AsyncHandler<UpdateNodeRequest,UpdateNodeResult> asyncHandler)
Updates a node configuration with new parameters.
Applies only to Hyperledger Fabric.
updateNodeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<VoteOnProposalResult> voteOnProposalAsync(VoteOnProposalRequest voteOnProposalRequest)
Casts a vote for a specified ProposalId
on behalf of a member. The member to vote as, specified by
VoterMemberId
, must be in the same Amazon Web Services account as the principal that calls the
action.
Applies only to Hyperledger Fabric.
voteOnProposalRequest
- Future<VoteOnProposalResult> voteOnProposalAsync(VoteOnProposalRequest voteOnProposalRequest, AsyncHandler<VoteOnProposalRequest,VoteOnProposalResult> asyncHandler)
Casts a vote for a specified ProposalId
on behalf of a member. The member to vote as, specified by
VoterMemberId
, must be in the same Amazon Web Services account as the principal that calls the
action.
Applies only to Hyperledger Fabric.
voteOnProposalRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.