| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static VoteValue |
VoteValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
VoteValue |
VoteOnProposalRequest.vote()
The value of the vote.
|
VoteValue |
VoteSummary.vote()
The vote value, either
YES or NO. |
| Modifier and Type | Method and Description |
|---|---|
static Set<VoteValue> |
VoteValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VoteOnProposalRequest.Builder |
VoteOnProposalRequest.Builder.vote(VoteValue vote)
The value of the vote.
|
VoteSummary.Builder |
VoteSummary.Builder.vote(VoteValue vote)
The vote value, either
YES or NO. |
Copyright © 2023. All rights reserved.