| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static StateDBType |
StateDBType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StateDBType |
NodeConfiguration.stateDB()
The state database that the node uses.
|
StateDBType |
Node.stateDB()
The state database that the node uses.
|
static StateDBType |
StateDBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateDBType[] |
StateDBType.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<StateDBType> |
StateDBType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NodeConfiguration.Builder |
NodeConfiguration.Builder.stateDB(StateDBType stateDB)
The state database that the node uses.
|
Node.Builder |
Node.Builder.stateDB(StateDBType stateDB)
The state database that the node uses.
|
Copyright © 2023. All rights reserved.