Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.ListProposalVotesRequest.Builder
-
Packages that use ListProposalVotesRequest.Builder Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.model -
-
Uses of ListProposalVotesRequest.Builder in software.amazon.awssdk.services.managedblockchain
Method parameters in software.amazon.awssdk.services.managedblockchain with type arguments of type ListProposalVotesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListProposalVotesResponse>ManagedBlockchainAsyncClient. 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 ListProposalVotesResponseManagedBlockchainClient. 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 ListProposalVotesPublisherManagedBlockchainAsyncClient. listProposalVotesPaginator(Consumer<ListProposalVotesRequest.Builder> listProposalVotesRequest)This is a variant ofManagedBlockchainAsyncClient.listProposalVotes(software.amazon.awssdk.services.managedblockchain.model.ListProposalVotesRequest)operation.default ListProposalVotesIterableManagedBlockchainClient. listProposalVotesPaginator(Consumer<ListProposalVotesRequest.Builder> listProposalVotesRequest)This is a variant ofManagedBlockchainClient.listProposalVotes(software.amazon.awssdk.services.managedblockchain.model.ListProposalVotesRequest)operation. -
Uses of ListProposalVotesRequest.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return ListProposalVotesRequest.Builder Modifier and Type Method Description static ListProposalVotesRequest.BuilderListProposalVotesRequest. builder()ListProposalVotesRequest.BuilderListProposalVotesRequest.Builder. maxResults(Integer maxResults)The maximum number of votes to return.ListProposalVotesRequest.BuilderListProposalVotesRequest.Builder. networkId(String networkId)The unique identifier of the network.ListProposalVotesRequest.BuilderListProposalVotesRequest.Builder. nextToken(String nextToken)The pagination token that indicates the next set of results to retrieve.ListProposalVotesRequest.BuilderListProposalVotesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProposalVotesRequest.BuilderListProposalVotesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProposalVotesRequest.BuilderListProposalVotesRequest.Builder. proposalId(String proposalId)The unique identifier of the proposal.ListProposalVotesRequest.BuilderListProposalVotesRequest. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type ListProposalVotesRequest.Builder Modifier and Type Method Description static Class<? extends ListProposalVotesRequest.Builder>ListProposalVotesRequest. serializableBuilderClass()
-