| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateAccessorResponse |
ManagedBlockchainClient.createAccessor(Consumer<CreateAccessorRequest.Builder> createAccessorRequest)
Creates a new accessor for use with Managed Blockchain Ethereum nodes.
|
default CreateAccessorResponse |
ManagedBlockchainClient.createAccessor(CreateAccessorRequest createAccessorRequest)
Creates a new accessor for use with Managed Blockchain Ethereum nodes.
|
default CreateMemberResponse |
ManagedBlockchainClient.createMember(Consumer<CreateMemberRequest.Builder> createMemberRequest)
Creates a member within a Managed Blockchain network.
|
default CreateMemberResponse |
ManagedBlockchainClient.createMember(CreateMemberRequest createMemberRequest)
Creates a member within a Managed Blockchain network.
|
default CreateNetworkResponse |
ManagedBlockchainClient.createNetwork(Consumer<CreateNetworkRequest.Builder> createNetworkRequest)
Creates a new blockchain network using Amazon Managed Blockchain.
|
default CreateNetworkResponse |
ManagedBlockchainClient.createNetwork(CreateNetworkRequest createNetworkRequest)
Creates a new blockchain network using Amazon Managed Blockchain.
|
default CreateNodeResponse |
ManagedBlockchainClient.createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)
Creates a node on the specified blockchain network.
|
default CreateNodeResponse |
ManagedBlockchainClient.createNode(CreateNodeRequest createNodeRequest)
Creates a node on the specified blockchain network.
|
default CreateProposalResponse |
ManagedBlockchainClient.createProposal(Consumer<CreateProposalRequest.Builder> createProposalRequest)
Creates a proposal for a change to the network that other members of the network can vote on, for example, a
proposal to add a new member to the network.
|
default CreateProposalResponse |
ManagedBlockchainClient.createProposal(CreateProposalRequest createProposalRequest)
Creates a proposal for a change to the network that other members of the network can vote on, for example, a
proposal to add a new member to the network.
|
default DeleteAccessorResponse |
ManagedBlockchainClient.deleteAccessor(Consumer<DeleteAccessorRequest.Builder> deleteAccessorRequest)
Deletes an accessor that your Amazon Web Services account owns.
|
default DeleteAccessorResponse |
ManagedBlockchainClient.deleteAccessor(DeleteAccessorRequest deleteAccessorRequest)
Deletes an accessor that your Amazon Web Services account owns.
|
default DeleteMemberResponse |
ManagedBlockchainClient.deleteMember(Consumer<DeleteMemberRequest.Builder> deleteMemberRequest)
Deletes a member.
|
default DeleteMemberResponse |
ManagedBlockchainClient.deleteMember(DeleteMemberRequest deleteMemberRequest)
Deletes a member.
|
default DeleteNodeResponse |
ManagedBlockchainClient.deleteNode(Consumer<DeleteNodeRequest.Builder> deleteNodeRequest)
Deletes a node that your Amazon Web Services account owns.
|
default DeleteNodeResponse |
ManagedBlockchainClient.deleteNode(DeleteNodeRequest deleteNodeRequest)
Deletes a node that your Amazon Web Services account owns.
|
default GetAccessorResponse |
ManagedBlockchainClient.getAccessor(Consumer<GetAccessorRequest.Builder> getAccessorRequest)
Returns detailed information about an accessor.
|
default GetAccessorResponse |
ManagedBlockchainClient.getAccessor(GetAccessorRequest getAccessorRequest)
Returns detailed information about an accessor.
|
default GetMemberResponse |
ManagedBlockchainClient.getMember(Consumer<GetMemberRequest.Builder> getMemberRequest)
Returns detailed information about a member.
|
default GetMemberResponse |
ManagedBlockchainClient.getMember(GetMemberRequest getMemberRequest)
Returns detailed information about a member.
|
default GetNetworkResponse |
ManagedBlockchainClient.getNetwork(Consumer<GetNetworkRequest.Builder> getNetworkRequest)
Returns detailed information about a network.
|
default GetNetworkResponse |
ManagedBlockchainClient.getNetwork(GetNetworkRequest getNetworkRequest)
Returns detailed information about a network.
|
default GetNodeResponse |
ManagedBlockchainClient.getNode(Consumer<GetNodeRequest.Builder> getNodeRequest)
Returns detailed information about a node.
|
default GetNodeResponse |
ManagedBlockchainClient.getNode(GetNodeRequest getNodeRequest)
Returns detailed information about a node.
|
default GetProposalResponse |
ManagedBlockchainClient.getProposal(Consumer<GetProposalRequest.Builder> getProposalRequest)
Returns detailed information about a proposal.
|
default GetProposalResponse |
ManagedBlockchainClient.getProposal(GetProposalRequest getProposalRequest)
Returns detailed information about a proposal.
|
default ListAccessorsResponse |
ManagedBlockchainClient.listAccessors(Consumer<ListAccessorsRequest.Builder> listAccessorsRequest)
Returns a list of the accessors and their properties.
|
default ListAccessorsResponse |
ManagedBlockchainClient.listAccessors(ListAccessorsRequest listAccessorsRequest)
Returns a list of the accessors and their properties.
|
default ListAccessorsIterable |
ManagedBlockchainClient.listAccessorsPaginator(Consumer<ListAccessorsRequest.Builder> listAccessorsRequest)
Returns a list of the accessors and their properties.
|
default ListAccessorsIterable |
ManagedBlockchainClient.listAccessorsPaginator(ListAccessorsRequest listAccessorsRequest)
Returns a list of the accessors and their properties.
|
default ListInvitationsResponse |
ManagedBlockchainClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
default ListInvitationsResponse |
ManagedBlockchainClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
default ListInvitationsIterable |
ManagedBlockchainClient.listInvitationsPaginator(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
default ListInvitationsIterable |
ManagedBlockchainClient.listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
default ListMembersResponse |
ManagedBlockchainClient.listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
Returns a list of the members in a network and properties of their configurations.
|
default ListMembersResponse |
ManagedBlockchainClient.listMembers(ListMembersRequest listMembersRequest)
Returns a list of the members in a network and properties of their configurations.
|
default ListMembersIterable |
ManagedBlockchainClient.listMembersPaginator(Consumer<ListMembersRequest.Builder> listMembersRequest)
Returns a list of the members in a network and properties of their configurations.
|
default ListMembersIterable |
ManagedBlockchainClient.listMembersPaginator(ListMembersRequest listMembersRequest)
Returns a list of the members in a network and properties of their configurations.
|
default ListNetworksResponse |
ManagedBlockchainClient.listNetworks(Consumer<ListNetworksRequest.Builder> listNetworksRequest)
Returns information about the networks in which the current Amazon Web Services account participates.
|
default ListNetworksResponse |
ManagedBlockchainClient.listNetworks(ListNetworksRequest listNetworksRequest)
Returns information about the networks in which the current Amazon Web Services account participates.
|
default ListNetworksIterable |
ManagedBlockchainClient.listNetworksPaginator(Consumer<ListNetworksRequest.Builder> listNetworksRequest)
Returns information about the networks in which the current Amazon Web Services account participates.
|
default ListNetworksIterable |
ManagedBlockchainClient.listNetworksPaginator(ListNetworksRequest listNetworksRequest)
Returns information about the networks in which the current Amazon Web Services account participates.
|
default ListNodesResponse |
ManagedBlockchainClient.listNodes(Consumer<ListNodesRequest.Builder> listNodesRequest)
Returns information about the nodes within a network.
|
default ListNodesResponse |
ManagedBlockchainClient.listNodes(ListNodesRequest listNodesRequest)
Returns information about the nodes within a network.
|
default ListNodesIterable |
ManagedBlockchainClient.listNodesPaginator(Consumer<ListNodesRequest.Builder> listNodesRequest)
Returns information about the nodes within a network.
|
default ListNodesIterable |
ManagedBlockchainClient.listNodesPaginator(ListNodesRequest listNodesRequest)
Returns information about the nodes within a network.
|
default ListProposalsResponse |
ManagedBlockchainClient.listProposals(Consumer<ListProposalsRequest.Builder> listProposalsRequest)
Returns a list of proposals for the network.
|
default ListProposalsResponse |
ManagedBlockchainClient.listProposals(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
default ListProposalsIterable |
ManagedBlockchainClient.listProposalsPaginator(Consumer<ListProposalsRequest.Builder> listProposalsRequest)
Returns a list of proposals for the network.
|
default ListProposalsIterable |
ManagedBlockchainClient.listProposalsPaginator(ListProposalsRequest listProposalsRequest)
Returns a list of proposals for the network.
|
default ListProposalVotesResponse |
ManagedBlockchainClient.listProposalVotes(Consumer<ListProposalVotesRequest.Builder> listProposalVotesRequest)
Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of
the member that cast the vote.
|
default ListProposalVotesResponse |
ManagedBlockchainClient.listProposalVotes(ListProposalVotesRequest listProposalVotesRequest)
Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of
the member that cast the vote.
|
default ListProposalVotesIterable |
ManagedBlockchainClient.listProposalVotesPaginator(Consumer<ListProposalVotesRequest.Builder> listProposalVotesRequest)
Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of
the member that cast the vote.
|
default ListProposalVotesIterable |
ManagedBlockchainClient.listProposalVotesPaginator(ListProposalVotesRequest listProposalVotesRequest)
Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of
the member that cast the vote.
|
default ListTagsForResourceResponse |
ManagedBlockchainClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags for the specified resource.
|
default ListTagsForResourceResponse |
ManagedBlockchainClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for the specified resource.
|
default RejectInvitationResponse |
ManagedBlockchainClient.rejectInvitation(Consumer<RejectInvitationRequest.Builder> rejectInvitationRequest)
Rejects an invitation to join a network.
|
default RejectInvitationResponse |
ManagedBlockchainClient.rejectInvitation(RejectInvitationRequest rejectInvitationRequest)
Rejects an invitation to join a network.
|
default TagResourceResponse |
ManagedBlockchainClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.
|
default TagResourceResponse |
ManagedBlockchainClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.
|
default UntagResourceResponse |
ManagedBlockchainClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
default UntagResourceResponse |
ManagedBlockchainClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
default UpdateMemberResponse |
ManagedBlockchainClient.updateMember(Consumer<UpdateMemberRequest.Builder> updateMemberRequest)
Updates a member configuration with new parameters.
|
default UpdateMemberResponse |
ManagedBlockchainClient.updateMember(UpdateMemberRequest updateMemberRequest)
Updates a member configuration with new parameters.
|
default UpdateNodeResponse |
ManagedBlockchainClient.updateNode(Consumer<UpdateNodeRequest.Builder> updateNodeRequest)
Updates a node configuration with new parameters.
|
default UpdateNodeResponse |
ManagedBlockchainClient.updateNode(UpdateNodeRequest updateNodeRequest)
Updates a node configuration with new parameters.
|
default VoteOnProposalResponse |
ManagedBlockchainClient.voteOnProposal(Consumer<VoteOnProposalRequest.Builder> voteOnProposalRequest)
Casts a vote for a specified
ProposalId on behalf of a member. |
default VoteOnProposalResponse |
ManagedBlockchainClient.voteOnProposal(VoteOnProposalRequest voteOnProposalRequest)
Casts a vote for a specified
ProposalId on behalf of a member. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You don't have sufficient access to perform this action.
|
class |
IllegalActionException
|
class |
InternalServiceErrorException
The request processing has failed because of an unknown error, exception or failure.
|
class |
InvalidRequestException
The action or operation requested is invalid.
|
class |
ResourceAlreadyExistsException
A resource request is issued for a resource that already exists.
|
class |
ResourceLimitExceededException
The maximum number of resources of that type already exist.
|
class |
ResourceNotFoundException
A requested resource doesn't exist.
|
class |
ResourceNotReadyException
The requested resource exists but isn't in a status that can complete the operation.
|
class |
ThrottlingException
The request or operation couldn't be performed because a service is throttling requests.
|
class |
TooManyTagsException
|
| Modifier and Type | Method and Description |
|---|---|
ManagedBlockchainException |
ManagedBlockchainException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ManagedBlockchainException ex) |
Copyright © 2023. All rights reserved.