| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| Modifier and Type | Method and Description |
|---|---|
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 | Method and Description |
|---|---|
default CompletableFuture<VoteOnProposalResponse> |
ManagedBlockchainAsyncClient.voteOnProposal(Consumer<VoteOnProposalRequest.Builder> voteOnProposalRequest)
Casts a vote for a specified
ProposalId on behalf of a member. |
default CompletableFuture<VoteOnProposalResponse> |
ManagedBlockchainAsyncClient.voteOnProposal(VoteOnProposalRequest voteOnProposalRequest)
Casts a vote for a specified
ProposalId on behalf of a member. |
Copyright © 2023. All rights reserved.