| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| Modifier and Type | Method and Description |
|---|---|
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 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 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 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 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. |
Copyright © 2023. All rights reserved.