@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonManagedBlockchainAsync extends AbstractAmazonManagedBlockchain implements AmazonManagedBlockchainAsync
AmazonManagedBlockchainAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateMemberResult> |
createMemberAsync(CreateMemberRequest request)
Creates a member within a Managed Blockchain network.
|
Future<CreateMemberResult> |
createMemberAsync(CreateMemberRequest request,
AsyncHandler<CreateMemberRequest,CreateMemberResult> asyncHandler)
Creates a member within a Managed Blockchain network.
|
Future<CreateNetworkResult> |
createNetworkAsync(CreateNetworkRequest request)
Creates a new blockchain network using Amazon Managed Blockchain.
|
Future<CreateNetworkResult> |
createNetworkAsync(CreateNetworkRequest request,
AsyncHandler<CreateNetworkRequest,CreateNetworkResult> asyncHandler)
Creates a new blockchain network using Amazon Managed Blockchain.
|
Future<CreateNodeResult> |
createNodeAsync(CreateNodeRequest request)
Creates a node on the specified blockchain network.
|
Future<CreateNodeResult> |
createNodeAsync(CreateNodeRequest request,
AsyncHandler<CreateNodeRequest,CreateNodeResult> asyncHandler)
Creates a node on the specified blockchain network.
|
Future<CreateProposalResult> |
createProposalAsync(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> |
createProposalAsync(CreateProposalRequest request,
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<DeleteMemberResult> |
deleteMemberAsync(DeleteMemberRequest request)
Deletes a member.
|
Future<DeleteMemberResult> |
deleteMemberAsync(DeleteMemberRequest request,
AsyncHandler<DeleteMemberRequest,DeleteMemberResult> asyncHandler)
Deletes a member.
|
Future<DeleteNodeResult> |
deleteNodeAsync(DeleteNodeRequest request)
Deletes a node that your AWS account owns.
|
Future<DeleteNodeResult> |
deleteNodeAsync(DeleteNodeRequest request,
AsyncHandler<DeleteNodeRequest,DeleteNodeResult> asyncHandler)
Deletes a node that your AWS account owns.
|
Future<GetMemberResult> |
getMemberAsync(GetMemberRequest request)
Returns detailed information about a member.
|
Future<GetMemberResult> |
getMemberAsync(GetMemberRequest request,
AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler)
Returns detailed information about a member.
|
Future<GetNetworkResult> |
getNetworkAsync(GetNetworkRequest request)
Returns detailed information about a network.
|
Future<GetNetworkResult> |
getNetworkAsync(GetNetworkRequest request,
AsyncHandler<GetNetworkRequest,GetNetworkResult> asyncHandler)
Returns detailed information about a network.
|
Future<GetNodeResult> |
getNodeAsync(GetNodeRequest request)
Returns detailed information about a node.
|
Future<GetNodeResult> |
getNodeAsync(GetNodeRequest request,
AsyncHandler<GetNodeRequest,GetNodeResult> asyncHandler)
Returns detailed information about a node.
|
Future<GetProposalResult> |
getProposalAsync(GetProposalRequest request)
Returns detailed information about a proposal.
|
Future<GetProposalResult> |
getProposalAsync(GetProposalRequest request,
AsyncHandler<GetProposalRequest,GetProposalResult> asyncHandler)
Returns detailed information about a proposal.
|
Future<ListInvitationsResult> |
listInvitationsAsync(ListInvitationsRequest request)
Returns a list of all invitations for the current AWS account.
|
Future<ListInvitationsResult> |
listInvitationsAsync(ListInvitationsRequest request,
AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
Returns a list of all invitations for the current AWS account.
|
Future<ListMembersResult> |
listMembersAsync(ListMembersRequest request)
Returns a list of the members in a network and properties of their configurations.
|
Future<ListMembersResult> |
listMembersAsync(ListMembersRequest request,
AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
Returns a list of the members in a network and properties of their configurations.
|
Future<ListNetworksResult> |
listNetworksAsync(ListNetworksRequest request)
Returns information about the networks in which the current AWS account participates.
|
Future<ListNetworksResult> |
listNetworksAsync(ListNetworksRequest request,
AsyncHandler<ListNetworksRequest,ListNetworksResult> asyncHandler)
Returns information about the networks in which the current AWS account participates.
|
Future<ListNodesResult> |
listNodesAsync(ListNodesRequest request)
Returns information about the nodes within a network.
|
Future<ListNodesResult> |
listNodesAsync(ListNodesRequest request,
AsyncHandler<ListNodesRequest,ListNodesResult> asyncHandler)
Returns information about the nodes within a network.
|
Future<ListProposalsResult> |
listProposalsAsync(ListProposalsRequest request)
Returns a list of proposals for the network.
|
Future<ListProposalsResult> |
listProposalsAsync(ListProposalsRequest request,
AsyncHandler<ListProposalsRequest,ListProposalsResult> asyncHandler)
Returns a list of proposals for the network.
|
Future<ListProposalVotesResult> |
listProposalVotesAsync(ListProposalVotesRequest request)
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 request,
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 request)
Returns a list of tags for the specified resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags for the specified resource.
|
Future<RejectInvitationResult> |
rejectInvitationAsync(RejectInvitationRequest request)
Rejects an invitation to join a network.
|
Future<RejectInvitationResult> |
rejectInvitationAsync(RejectInvitationRequest request,
AsyncHandler<RejectInvitationRequest,RejectInvitationResult> asyncHandler)
Rejects an invitation to join a network.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest request)
Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest request)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
Future<UpdateMemberResult> |
updateMemberAsync(UpdateMemberRequest request)
Updates a member configuration with new parameters.
|
Future<UpdateMemberResult> |
updateMemberAsync(UpdateMemberRequest request,
AsyncHandler<UpdateMemberRequest,UpdateMemberResult> asyncHandler)
Updates a member configuration with new parameters.
|
Future<UpdateNodeResult> |
updateNodeAsync(UpdateNodeRequest request)
Updates a node configuration with new parameters.
|
Future<UpdateNodeResult> |
updateNodeAsync(UpdateNodeRequest request,
AsyncHandler<UpdateNodeRequest,UpdateNodeResult> asyncHandler)
Updates a node configuration with new parameters.
|
Future<VoteOnProposalResult> |
voteOnProposalAsync(VoteOnProposalRequest request)
Casts a vote for a specified
ProposalId on behalf of a member. |
Future<VoteOnProposalResult> |
voteOnProposalAsync(VoteOnProposalRequest request,
AsyncHandler<VoteOnProposalRequest,VoteOnProposalResult> asyncHandler)
Casts a vote for a specified
ProposalId on behalf of a member. |
createMember, createNetwork, createNode, createProposal, deleteMember, deleteNode, getCachedResponseMetadata, getMember, getNetwork, getNode, getProposal, listInvitations, listMembers, listNetworks, listNodes, listProposals, listProposalVotes, listTagsForResource, rejectInvitation, shutdown, tagResource, untagResource, updateMember, updateNode, voteOnProposal
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMember, createNetwork, createNode, createProposal, deleteMember, deleteNode, getCachedResponseMetadata, getMember, getNetwork, getNode, getProposal, listInvitations, listMembers, listNetworks, listNodes, listProposals, listProposalVotes, listTagsForResource, rejectInvitation, shutdown, tagResource, untagResource, updateMember, updateNode, voteOnProposal
public Future<CreateMemberResult> createMemberAsync(CreateMemberRequest request)
AmazonManagedBlockchainAsync
Creates a member within a Managed Blockchain network.
Applies only to Hyperledger Fabric.
createMemberAsync
in interface AmazonManagedBlockchainAsync
public Future<CreateMemberResult> createMemberAsync(CreateMemberRequest request, AsyncHandler<CreateMemberRequest,CreateMemberResult> asyncHandler)
AmazonManagedBlockchainAsync
Creates a member within a Managed Blockchain network.
Applies only to Hyperledger Fabric.
createMemberAsync
in interface AmazonManagedBlockchainAsync
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.public Future<CreateNetworkResult> createNetworkAsync(CreateNetworkRequest request)
AmazonManagedBlockchainAsync
Creates a new blockchain network using Amazon Managed Blockchain.
Applies only to Hyperledger Fabric.
createNetworkAsync
in interface AmazonManagedBlockchainAsync
public Future<CreateNetworkResult> createNetworkAsync(CreateNetworkRequest request, AsyncHandler<CreateNetworkRequest,CreateNetworkResult> asyncHandler)
AmazonManagedBlockchainAsync
Creates a new blockchain network using Amazon Managed Blockchain.
Applies only to Hyperledger Fabric.
createNetworkAsync
in interface AmazonManagedBlockchainAsync
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.public Future<CreateNodeResult> createNodeAsync(CreateNodeRequest request)
AmazonManagedBlockchainAsync
Creates a node on the specified blockchain network.
Applies to Hyperledger Fabric and Ethereum.
createNodeAsync
in interface AmazonManagedBlockchainAsync
public Future<CreateNodeResult> createNodeAsync(CreateNodeRequest request, AsyncHandler<CreateNodeRequest,CreateNodeResult> asyncHandler)
AmazonManagedBlockchainAsync
Creates a node on the specified blockchain network.
Applies to Hyperledger Fabric and Ethereum.
createNodeAsync
in interface AmazonManagedBlockchainAsync
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.public Future<CreateProposalResult> createProposalAsync(CreateProposalRequest request)
AmazonManagedBlockchainAsync
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.
createProposalAsync
in interface AmazonManagedBlockchainAsync
public Future<CreateProposalResult> createProposalAsync(CreateProposalRequest request, AsyncHandler<CreateProposalRequest,CreateProposalResult> asyncHandler)
AmazonManagedBlockchainAsync
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.
createProposalAsync
in interface AmazonManagedBlockchainAsync
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.public Future<DeleteMemberResult> deleteMemberAsync(DeleteMemberRequest request)
AmazonManagedBlockchainAsync
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 AWS 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 AWS account, the network is deleted
also.
Applies only to Hyperledger Fabric.
deleteMemberAsync
in interface AmazonManagedBlockchainAsync
public Future<DeleteMemberResult> deleteMemberAsync(DeleteMemberRequest request, AsyncHandler<DeleteMemberRequest,DeleteMemberResult> asyncHandler)
AmazonManagedBlockchainAsync
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 AWS 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 AWS account, the network is deleted
also.
Applies only to Hyperledger Fabric.
deleteMemberAsync
in interface AmazonManagedBlockchainAsync
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.public Future<DeleteNodeResult> deleteNodeAsync(DeleteNodeRequest request)
AmazonManagedBlockchainAsync
Deletes a node that your AWS account owns. All data on the node is lost and cannot be recovered.
Applies to Hyperledger Fabric and Ethereum.
deleteNodeAsync
in interface AmazonManagedBlockchainAsync
public Future<DeleteNodeResult> deleteNodeAsync(DeleteNodeRequest request, AsyncHandler<DeleteNodeRequest,DeleteNodeResult> asyncHandler)
AmazonManagedBlockchainAsync
Deletes a node that your AWS account owns. All data on the node is lost and cannot be recovered.
Applies to Hyperledger Fabric and Ethereum.
deleteNodeAsync
in interface AmazonManagedBlockchainAsync
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.public Future<GetMemberResult> getMemberAsync(GetMemberRequest request)
AmazonManagedBlockchainAsync
Returns detailed information about a member.
Applies only to Hyperledger Fabric.
getMemberAsync
in interface AmazonManagedBlockchainAsync
public Future<GetMemberResult> getMemberAsync(GetMemberRequest request, AsyncHandler<GetMemberRequest,GetMemberResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns detailed information about a member.
Applies only to Hyperledger Fabric.
getMemberAsync
in interface AmazonManagedBlockchainAsync
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.public Future<GetNetworkResult> getNetworkAsync(GetNetworkRequest request)
AmazonManagedBlockchainAsync
Returns detailed information about a network.
Applies to Hyperledger Fabric and Ethereum.
getNetworkAsync
in interface AmazonManagedBlockchainAsync
public Future<GetNetworkResult> getNetworkAsync(GetNetworkRequest request, AsyncHandler<GetNetworkRequest,GetNetworkResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns detailed information about a network.
Applies to Hyperledger Fabric and Ethereum.
getNetworkAsync
in interface AmazonManagedBlockchainAsync
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.public Future<GetNodeResult> getNodeAsync(GetNodeRequest request)
AmazonManagedBlockchainAsync
Returns detailed information about a node.
Applies to Hyperledger Fabric and Ethereum.
getNodeAsync
in interface AmazonManagedBlockchainAsync
public Future<GetNodeResult> getNodeAsync(GetNodeRequest request, AsyncHandler<GetNodeRequest,GetNodeResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns detailed information about a node.
Applies to Hyperledger Fabric and Ethereum.
getNodeAsync
in interface AmazonManagedBlockchainAsync
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.public Future<GetProposalResult> getProposalAsync(GetProposalRequest request)
AmazonManagedBlockchainAsync
Returns detailed information about a proposal.
Applies only to Hyperledger Fabric.
getProposalAsync
in interface AmazonManagedBlockchainAsync
public Future<GetProposalResult> getProposalAsync(GetProposalRequest request, AsyncHandler<GetProposalRequest,GetProposalResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns detailed information about a proposal.
Applies only to Hyperledger Fabric.
getProposalAsync
in interface AmazonManagedBlockchainAsync
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.public Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request)
AmazonManagedBlockchainAsync
Returns a list of all invitations for the current AWS account.
Applies only to Hyperledger Fabric.
listInvitationsAsync
in interface AmazonManagedBlockchainAsync
public Future<ListInvitationsResult> listInvitationsAsync(ListInvitationsRequest request, AsyncHandler<ListInvitationsRequest,ListInvitationsResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns a list of all invitations for the current AWS account.
Applies only to Hyperledger Fabric.
listInvitationsAsync
in interface AmazonManagedBlockchainAsync
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.public Future<ListMembersResult> listMembersAsync(ListMembersRequest request)
AmazonManagedBlockchainAsync
Returns a list of the members in a network and properties of their configurations.
Applies only to Hyperledger Fabric.
listMembersAsync
in interface AmazonManagedBlockchainAsync
public Future<ListMembersResult> listMembersAsync(ListMembersRequest request, AsyncHandler<ListMembersRequest,ListMembersResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns a list of the members in a network and properties of their configurations.
Applies only to Hyperledger Fabric.
listMembersAsync
in interface AmazonManagedBlockchainAsync
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.public Future<ListNetworksResult> listNetworksAsync(ListNetworksRequest request)
AmazonManagedBlockchainAsync
Returns information about the networks in which the current AWS account participates.
Applies to Hyperledger Fabric and Ethereum.
listNetworksAsync
in interface AmazonManagedBlockchainAsync
public Future<ListNetworksResult> listNetworksAsync(ListNetworksRequest request, AsyncHandler<ListNetworksRequest,ListNetworksResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns information about the networks in which the current AWS account participates.
Applies to Hyperledger Fabric and Ethereum.
listNetworksAsync
in interface AmazonManagedBlockchainAsync
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.public Future<ListNodesResult> listNodesAsync(ListNodesRequest request)
AmazonManagedBlockchainAsync
Returns information about the nodes within a network.
Applies to Hyperledger Fabric and Ethereum.
listNodesAsync
in interface AmazonManagedBlockchainAsync
public Future<ListNodesResult> listNodesAsync(ListNodesRequest request, AsyncHandler<ListNodesRequest,ListNodesResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns information about the nodes within a network.
Applies to Hyperledger Fabric and Ethereum.
listNodesAsync
in interface AmazonManagedBlockchainAsync
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.public Future<ListProposalVotesResult> listProposalVotesAsync(ListProposalVotesRequest request)
AmazonManagedBlockchainAsync
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.
listProposalVotesAsync
in interface AmazonManagedBlockchainAsync
public Future<ListProposalVotesResult> listProposalVotesAsync(ListProposalVotesRequest request, AsyncHandler<ListProposalVotesRequest,ListProposalVotesResult> asyncHandler)
AmazonManagedBlockchainAsync
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.
listProposalVotesAsync
in interface AmazonManagedBlockchainAsync
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.public Future<ListProposalsResult> listProposalsAsync(ListProposalsRequest request)
AmazonManagedBlockchainAsync
Returns a list of proposals for the network.
Applies only to Hyperledger Fabric.
listProposalsAsync
in interface AmazonManagedBlockchainAsync
public Future<ListProposalsResult> listProposalsAsync(ListProposalsRequest request, AsyncHandler<ListProposalsRequest,ListProposalsResult> asyncHandler)
AmazonManagedBlockchainAsync
Returns a list of proposals for the network.
Applies only to Hyperledger Fabric.
listProposalsAsync
in interface AmazonManagedBlockchainAsync
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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonManagedBlockchainAsync
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.
listTagsForResourceAsync
in interface AmazonManagedBlockchainAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonManagedBlockchainAsync
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.
listTagsForResourceAsync
in interface AmazonManagedBlockchainAsync
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.public Future<RejectInvitationResult> rejectInvitationAsync(RejectInvitationRequest request)
AmazonManagedBlockchainAsync
Rejects an invitation to join a network. This action can be called by a principal in an AWS account that has received an invitation to create a member and join a network.
Applies only to Hyperledger Fabric.
rejectInvitationAsync
in interface AmazonManagedBlockchainAsync
public Future<RejectInvitationResult> rejectInvitationAsync(RejectInvitationRequest request, AsyncHandler<RejectInvitationRequest,RejectInvitationResult> asyncHandler)
AmazonManagedBlockchainAsync
Rejects an invitation to join a network. This action can be called by a principal in an AWS account that has received an invitation to create a member and join a network.
Applies only to Hyperledger Fabric.
rejectInvitationAsync
in interface AmazonManagedBlockchainAsync
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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonManagedBlockchainAsync
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.
tagResourceAsync
in interface AmazonManagedBlockchainAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonManagedBlockchainAsync
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.
tagResourceAsync
in interface AmazonManagedBlockchainAsync
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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonManagedBlockchainAsync
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.
untagResourceAsync
in interface AmazonManagedBlockchainAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonManagedBlockchainAsync
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.
untagResourceAsync
in interface AmazonManagedBlockchainAsync
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.public Future<UpdateMemberResult> updateMemberAsync(UpdateMemberRequest request)
AmazonManagedBlockchainAsync
Updates a member configuration with new parameters.
Applies only to Hyperledger Fabric.
updateMemberAsync
in interface AmazonManagedBlockchainAsync
public Future<UpdateMemberResult> updateMemberAsync(UpdateMemberRequest request, AsyncHandler<UpdateMemberRequest,UpdateMemberResult> asyncHandler)
AmazonManagedBlockchainAsync
Updates a member configuration with new parameters.
Applies only to Hyperledger Fabric.
updateMemberAsync
in interface AmazonManagedBlockchainAsync
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.public Future<UpdateNodeResult> updateNodeAsync(UpdateNodeRequest request)
AmazonManagedBlockchainAsync
Updates a node configuration with new parameters.
Applies only to Hyperledger Fabric.
updateNodeAsync
in interface AmazonManagedBlockchainAsync
public Future<UpdateNodeResult> updateNodeAsync(UpdateNodeRequest request, AsyncHandler<UpdateNodeRequest,UpdateNodeResult> asyncHandler)
AmazonManagedBlockchainAsync
Updates a node configuration with new parameters.
Applies only to Hyperledger Fabric.
updateNodeAsync
in interface AmazonManagedBlockchainAsync
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.public Future<VoteOnProposalResult> voteOnProposalAsync(VoteOnProposalRequest request)
AmazonManagedBlockchainAsync
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 AWS account as the principal that calls the action.
Applies only to Hyperledger Fabric.
voteOnProposalAsync
in interface AmazonManagedBlockchainAsync
public Future<VoteOnProposalResult> voteOnProposalAsync(VoteOnProposalRequest request, AsyncHandler<VoteOnProposalRequest,VoteOnProposalResult> asyncHandler)
AmazonManagedBlockchainAsync
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 AWS account as the principal that calls the action.
Applies only to Hyperledger Fabric.
voteOnProposalAsync
in interface AmazonManagedBlockchainAsync
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.