| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static ProposalStatus |
ProposalStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProposalStatus |
ProposalSummary.status()
The status of the proposal.
|
ProposalStatus |
Proposal.status()
The status of the proposal.
|
static ProposalStatus |
ProposalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProposalStatus[] |
ProposalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProposalStatus> |
ProposalStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProposalSummary.Builder |
ProposalSummary.Builder.status(ProposalStatus status)
The status of the proposal.
|
Proposal.Builder |
Proposal.Builder.status(ProposalStatus status)
The status of the proposal.
|
Copyright © 2023. All rights reserved.