@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonManagedBlockchain extends Object implements AmazonManagedBlockchain
AmazonManagedBlockchain. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateMemberResult |
createMember(CreateMemberRequest request)
Creates a member within a Managed Blockchain network.
|
CreateNetworkResult |
createNetwork(CreateNetworkRequest request)
Creates a new blockchain network using Amazon Managed Blockchain.
|
CreateNodeResult |
createNode(CreateNodeRequest request)
Creates a peer node in a member.
|
CreateProposalResult |
createProposal(CreateProposalRequest request)
Creates a proposal for a change to the network that other members of the network can vote on, for example, a
proposal to add a new member to the network.
|
DeleteMemberResult |
deleteMember(DeleteMemberRequest request)
Deletes a member.
|
DeleteNodeResult |
deleteNode(DeleteNodeRequest request)
Deletes a peer node from a member that your AWS account owns.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetMemberResult |
getMember(GetMemberRequest request)
Returns detailed information about a member.
|
GetNetworkResult |
getNetwork(GetNetworkRequest request)
Returns detailed information about a network.
|
GetNodeResult |
getNode(GetNodeRequest request)
Returns detailed information about a peer node.
|
GetProposalResult |
getProposal(GetProposalRequest request)
Returns detailed information about a proposal.
|
ListInvitationsResult |
listInvitations(ListInvitationsRequest request)
Returns a listing of all invitations for the current AWS account.
|
ListMembersResult |
listMembers(ListMembersRequest request)
Returns a listing of the members in a network and properties of their configurations.
|
ListNetworksResult |
listNetworks(ListNetworksRequest request)
Returns information about the networks in which the current AWS account has members.
|
ListNodesResult |
listNodes(ListNodesRequest request)
Returns information about the nodes within a network.
|
ListProposalsResult |
listProposals(ListProposalsRequest request)
Returns a listing of proposals for the network.
|
ListProposalVotesResult |
listProposalVotes(ListProposalVotesRequest request)
Returns the listing of votes for a specified proposal, including the value of each vote and the unique identifier
of the member that cast the vote.
|
RejectInvitationResult |
rejectInvitation(RejectInvitationRequest request)
Rejects an invitation to join a network.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateMemberResult |
updateMember(UpdateMemberRequest request)
Updates a member configuration with new parameters.
|
UpdateNodeResult |
updateNode(UpdateNodeRequest request)
Updates a node configuration with new parameters.
|
VoteOnProposalResult |
voteOnProposal(VoteOnProposalRequest request)
Casts a vote for a specified
ProposalId on behalf of a member. |
public CreateMemberResult createMember(CreateMemberRequest request)
AmazonManagedBlockchainCreates a member within a Managed Blockchain network.
createMember in interface AmazonManagedBlockchainpublic CreateNetworkResult createNetwork(CreateNetworkRequest request)
AmazonManagedBlockchainCreates a new blockchain network using Amazon Managed Blockchain.
createNetwork in interface AmazonManagedBlockchainpublic CreateNodeResult createNode(CreateNodeRequest request)
AmazonManagedBlockchainCreates a peer node in a member.
createNode in interface AmazonManagedBlockchainpublic CreateProposalResult createProposal(CreateProposalRequest request)
AmazonManagedBlockchainCreates 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.
createProposal in interface AmazonManagedBlockchainpublic DeleteMemberResult deleteMember(DeleteMemberRequest request)
AmazonManagedBlockchain
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.
deleteMember in interface AmazonManagedBlockchainpublic DeleteNodeResult deleteNode(DeleteNodeRequest request)
AmazonManagedBlockchainDeletes a peer node from a member that your AWS account owns. All data on the node is lost and cannot be recovered.
deleteNode in interface AmazonManagedBlockchainpublic GetMemberResult getMember(GetMemberRequest request)
AmazonManagedBlockchainReturns detailed information about a member.
getMember in interface AmazonManagedBlockchainpublic GetNetworkResult getNetwork(GetNetworkRequest request)
AmazonManagedBlockchainReturns detailed information about a network.
getNetwork in interface AmazonManagedBlockchainpublic GetNodeResult getNode(GetNodeRequest request)
AmazonManagedBlockchainReturns detailed information about a peer node.
getNode in interface AmazonManagedBlockchainpublic GetProposalResult getProposal(GetProposalRequest request)
AmazonManagedBlockchainReturns detailed information about a proposal.
getProposal in interface AmazonManagedBlockchainpublic ListInvitationsResult listInvitations(ListInvitationsRequest request)
AmazonManagedBlockchainReturns a listing of all invitations for the current AWS account.
listInvitations in interface AmazonManagedBlockchainpublic ListMembersResult listMembers(ListMembersRequest request)
AmazonManagedBlockchainReturns a listing of the members in a network and properties of their configurations.
listMembers in interface AmazonManagedBlockchainpublic ListNetworksResult listNetworks(ListNetworksRequest request)
AmazonManagedBlockchainReturns information about the networks in which the current AWS account has members.
listNetworks in interface AmazonManagedBlockchainpublic ListNodesResult listNodes(ListNodesRequest request)
AmazonManagedBlockchainReturns information about the nodes within a network.
listNodes in interface AmazonManagedBlockchainpublic ListProposalVotesResult listProposalVotes(ListProposalVotesRequest request)
AmazonManagedBlockchainReturns the listing of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.
listProposalVotes in interface AmazonManagedBlockchainpublic ListProposalsResult listProposals(ListProposalsRequest request)
AmazonManagedBlockchainReturns a listing of proposals for the network.
listProposals in interface AmazonManagedBlockchainpublic RejectInvitationResult rejectInvitation(RejectInvitationRequest request)
AmazonManagedBlockchainRejects 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.
rejectInvitation in interface AmazonManagedBlockchainpublic UpdateMemberResult updateMember(UpdateMemberRequest request)
AmazonManagedBlockchainUpdates a member configuration with new parameters.
updateMember in interface AmazonManagedBlockchainpublic UpdateNodeResult updateNode(UpdateNodeRequest request)
AmazonManagedBlockchainUpdates a node configuration with new parameters.
updateNode in interface AmazonManagedBlockchainpublic VoteOnProposalResult voteOnProposal(VoteOnProposalRequest request)
AmazonManagedBlockchain
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.
voteOnProposal in interface AmazonManagedBlockchainpublic void shutdown()
AmazonManagedBlockchainshutdown in interface AmazonManagedBlockchainpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonManagedBlockchainResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonManagedBlockchainrequest - The originally executed request.