Uses of Class
software.amazon.awssdk.services.managedblockchain.model.StateDBType
-
Packages that use StateDBType Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of StateDBType in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return StateDBType Modifier and Type Method Description static StateDBTypeStateDBType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StateDBTypeNode. stateDB()The state database that the node uses.StateDBTypeNodeConfiguration. stateDB()The state database that the node uses.static StateDBTypeStateDBType. 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.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type StateDBType Modifier and Type Method Description static Set<StateDBType>StateDBType. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type StateDBType Modifier and Type Method Description Node.BuilderNode.Builder. stateDB(StateDBType stateDB)The state database that the node uses.NodeConfiguration.BuilderNodeConfiguration.Builder. stateDB(StateDBType stateDB)The state database that the node uses.
-