default CreateAccessorResponse |
ManagedBlockchainClient.createAccessor(Consumer<CreateAccessorRequest.Builder> createAccessorRequest) |
Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access.
|
default CreateAccessorResponse |
ManagedBlockchainClient.createAccessor(CreateAccessorRequest createAccessorRequest) |
Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access.
|
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) |
|
default ListAccessorsIterable |
ManagedBlockchainClient.listAccessorsPaginator(ListAccessorsRequest listAccessorsRequest) |
|
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) |
|
default ListInvitationsIterable |
ManagedBlockchainClient.listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest) |
|
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) |
|
default ListMembersIterable |
ManagedBlockchainClient.listMembersPaginator(ListMembersRequest listMembersRequest) |
|
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) |
|
default ListNetworksIterable |
ManagedBlockchainClient.listNetworksPaginator(ListNetworksRequest listNetworksRequest) |
|
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) |
|
default ListNodesIterable |
ManagedBlockchainClient.listNodesPaginator(ListNodesRequest listNodesRequest) |
|
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) |
|
default ListProposalsIterable |
ManagedBlockchainClient.listProposalsPaginator(ListProposalsRequest listProposalsRequest) |
|
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) |
|
default ListProposalVotesIterable |
ManagedBlockchainClient.listProposalVotesPaginator(ListProposalVotesRequest listProposalVotesRequest) |
|
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.
|