object ThroughputSettings
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThroughputSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Local: ThroughputSettings
Default throughput settings for running with DynamoDB local.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onDemand(maxReadRequestUnits: Long, maxWriteRequestUnits: Long): ThroughputSettings
Create on-demand throughput settings.
Create on-demand throughput settings.
- maxReadRequestUnits
the maximum number of read request units (for no maximum, set to -1)
- maxWriteRequestUnits
the maximum number of write request units (for no maximum, set to -1)
- returns
on-demand throughput settings
- def provisioned(readCapacityUnits: Long, writeCapacityUnits: Long): ThroughputSettings
Create provisioned throughput settings.
Create provisioned throughput settings.
- readCapacityUnits
the maximum number of strongly consistent reads consumed per second
- writeCapacityUnits
the maximum number of writes consumed per second
- returns
provisioned throughput settings
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()