@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
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public Future<CreateAccessorResult> createAccessorAsync(CreateAccessorRequest request)
AmazonManagedBlockchainAsync
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
createAccessorAsync
in interface AmazonManagedBlockchainAsync
public Future<CreateAccessorResult> createAccessorAsync(CreateAccessorRequest request, AsyncHandler<CreateAccessorRequest,CreateAccessorResult> asyncHandler)
AmazonManagedBlockchainAsync
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
createAccessorAsync
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<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<DeleteAccessorResult> deleteAccessorAsync(DeleteAccessorRequest request)
AmazonManagedBlockchainAsync
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
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).
deleteAccessorAsync
in interface AmazonManagedBlockchainAsync
public Future<DeleteAccessorResult> deleteAccessorAsync(DeleteAccessorRequest request, AsyncHandler<DeleteAccessorRequest,DeleteAccessorResult> asyncHandler)
AmazonManagedBlockchainAsync
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
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).
deleteAccessorAsync
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 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.
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 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.
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 Amazon Web Services 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 Amazon Web Services 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<GetAccessorResult> getAccessorAsync(GetAccessorRequest request)
AmazonManagedBlockchainAsync
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
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.
getAccessorAsync
in interface AmazonManagedBlockchainAsync
public Future<GetAccessorResult> getAccessorAsync(GetAccessorRequest request, AsyncHandler<GetAccessorRequest,GetAccessorResult> asyncHandler)
AmazonManagedBlockchainAsync
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
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.
getAccessorAsync
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<ListAccessorsResult> listAccessorsAsync(ListAccessorsRequest request)
AmazonManagedBlockchainAsync
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
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.
listAccessorsAsync
in interface AmazonManagedBlockchainAsync
public Future<ListAccessorsResult> listAccessorsAsync(ListAccessorsRequest request, AsyncHandler<ListAccessorsRequest,ListAccessorsResult> asyncHandler)
AmazonManagedBlockchainAsync
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
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.
listAccessorsAsync
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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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.