| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static VoteValue |
VoteValue.fromValue(String value)
Use this in place of valueOf.
|
static VoteValue |
VoteValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
VoteSummary |
VoteSummary.withVote(VoteValue vote)
The vote value, either
YES or NO. |
VoteOnProposalRequest |
VoteOnProposalRequest.withVote(VoteValue vote)
The value of the vote.
|
Copyright © 2019. All rights reserved.