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 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 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 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 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.
|