Uses of Class
com.oracle.bmc.nosql.model.TableLimits.CapacityMode
-
Packages that use TableLimits.CapacityMode Package Description com.oracle.bmc.nosql.model -
-
Uses of TableLimits.CapacityMode in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return TableLimits.CapacityMode Modifier and Type Method Description static TableLimits.CapacityMode
TableLimits.CapacityMode. create(String key)
TableLimits.CapacityMode
TableLimits. getCapacityMode()
The capacity mode of the table.static TableLimits.CapacityMode
TableLimits.CapacityMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableLimits.CapacityMode[]
TableLimits.CapacityMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.nosql.model with parameters of type TableLimits.CapacityMode Modifier and Type Method Description TableLimits.Builder
TableLimits.Builder. capacityMode(TableLimits.CapacityMode capacityMode)
The capacity mode of the table.Constructors in com.oracle.bmc.nosql.model with parameters of type TableLimits.CapacityMode Constructor Description TableLimits(Integer maxReadUnits, Integer maxWriteUnits, Integer maxStorageInGBs, TableLimits.CapacityMode capacityMode)
Deprecated.
-