@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonManagedBlockchainClient extends AmazonWebServiceClient implements AmazonManagedBlockchain
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. Currently, Managed Blockchain supports the Hyperledger Fabric open source framework.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AmazonManagedBlockchainClientBuilder |
builder() |
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 made on the specified network.
|
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.
|
VoteOnProposalResult |
voteOnProposal(VoteOnProposalRequest request)
Casts a vote for a specified
ProposalId on behalf of a member. |
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shutdown
public static AmazonManagedBlockchainClientBuilder builder()
public CreateMemberResult createMember(CreateMemberRequest request)
Creates a member within a Managed Blockchain network.
createMember
in interface AmazonManagedBlockchain
createMemberRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ResourceAlreadyExistsException
- A resource request is issued for a resource that already exists.ResourceNotReadyException
- The requested resource exists but is not in a status that can complete the operation.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.ResourceLimitExceededException
- The maximum number of resources of that type already exist. Ensure the resources requested are within the
boundaries of the service edition and your account limits.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public CreateNetworkResult createNetwork(CreateNetworkRequest request)
Creates a new blockchain network using Amazon Managed Blockchain.
createNetwork
in interface AmazonManagedBlockchain
createNetworkRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceAlreadyExistsException
- A resource request is issued for a resource that already exists.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.ResourceLimitExceededException
- The maximum number of resources of that type already exist. Ensure the resources requested are within the
boundaries of the service edition and your account limits.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public CreateNodeResult createNode(CreateNodeRequest request)
Creates a peer node in a member.
createNode
in interface AmazonManagedBlockchain
createNodeRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ResourceAlreadyExistsException
- A resource request is issued for a resource that already exists.ResourceNotReadyException
- The requested resource exists but is not in a status that can complete the operation.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.ResourceLimitExceededException
- The maximum number of resources of that type already exist. Ensure the resources requested are within the
boundaries of the service edition and your account limits.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public 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. Any member can create a proposal.
createProposal
in interface AmazonManagedBlockchain
createProposalRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ResourceNotReadyException
- The requested resource exists but is not in a status that can complete the operation.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public DeleteMemberResult deleteMember(DeleteMemberRequest request)
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 AmazonManagedBlockchain
deleteMemberRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ResourceNotReadyException
- The requested resource exists but is not in a status that can complete the operation.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public DeleteNodeResult deleteNode(DeleteNodeRequest request)
Deletes 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 AmazonManagedBlockchain
deleteNodeRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ResourceNotReadyException
- The requested resource exists but is not in a status that can complete the operation.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public GetMemberResult getMember(GetMemberRequest request)
Returns detailed information about a member.
getMember
in interface AmazonManagedBlockchain
getMemberRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public GetNetworkResult getNetwork(GetNetworkRequest request)
Returns detailed information about a network.
getNetwork
in interface AmazonManagedBlockchain
getNetworkRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public GetNodeResult getNode(GetNodeRequest request)
Returns detailed information about a peer node.
getNode
in interface AmazonManagedBlockchain
getNodeRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public GetProposalResult getProposal(GetProposalRequest request)
Returns detailed information about a proposal.
getProposal
in interface AmazonManagedBlockchain
getProposalRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public ListInvitationsResult listInvitations(ListInvitationsRequest request)
Returns a listing of all invitations made on the specified network.
listInvitations
in interface AmazonManagedBlockchain
listInvitationsRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.ResourceLimitExceededException
- The maximum number of resources of that type already exist. Ensure the resources requested are within the
boundaries of the service edition and your account limits.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public ListMembersResult listMembers(ListMembersRequest request)
Returns a listing of the members in a network and properties of their configurations.
listMembers
in interface AmazonManagedBlockchain
listMembersRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public ListNetworksResult listNetworks(ListNetworksRequest request)
Returns information about the networks in which the current AWS account has members.
listNetworks
in interface AmazonManagedBlockchain
listNetworksRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public ListNodesResult listNodes(ListNodesRequest request)
Returns information about the nodes within a network.
listNodes
in interface AmazonManagedBlockchain
listNodesRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public 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.
listProposalVotes
in interface AmazonManagedBlockchain
listProposalVotesRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public ListProposalsResult listProposals(ListProposalsRequest request)
Returns a listing of proposals for the network.
listProposals
in interface AmazonManagedBlockchain
listProposalsRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public RejectInvitationResult rejectInvitation(RejectInvitationRequest request)
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.
rejectInvitation
in interface AmazonManagedBlockchain
rejectInvitationRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.IllegalActionException
AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public VoteOnProposalResult voteOnProposal(VoteOnProposalRequest request)
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 AmazonManagedBlockchain
voteOnProposalRequest
- InvalidRequestException
- The action or operation requested is invalid. Verify that the action is typed correctly.IllegalActionException
AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- A requested resource does not exist on the network. It may have been deleted or referenced inaccurately.ThrottlingException
- The request or operation could not be performed because a service is throttling requests. The most common
source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is
exceeded. Request a limit increase or delete unused resources if possible.InternalServiceErrorException
- The request processing has failed because of an unknown error, exception or failure.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response 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 the request.
getCachedResponseMetadata
in interface AmazonManagedBlockchain
request
- The originally executed requestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.