Uses of Class
software.amazon.awssdk.services.managedblockchain.model.VoteValue
-
Packages that use VoteValue Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of VoteValue in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return VoteValue Modifier and Type Method Description static VoteValueVoteValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VoteValueVoteValue. valueOf(String name)Returns the enum constant of this type with the specified name.static VoteValue[]VoteValue. values()Returns an array containing the constants of this enum type, in the order they are declared.VoteValueVoteOnProposalRequest. vote()The value of the vote.VoteValueVoteSummary. vote()The vote value, eitherYESorNO.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type VoteValue Modifier and Type Method Description static Set<VoteValue>VoteValue. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type VoteValue Modifier and Type Method Description VoteOnProposalRequest.BuilderVoteOnProposalRequest.Builder. vote(VoteValue vote)The value of the vote.VoteSummary.BuilderVoteSummary.Builder. vote(VoteValue vote)The vote value, eitherYESorNO.
-