object DynamoRequest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Aux[Rq0, Rsp0] = DynamoRequest { ... /* 2 definitions in type refinement */ }
- final case class BatchWriteEntity[T](item: T, ttl: Option[Long] = None) extends Product with Serializable
- type HasAttributeNames[A] = (A) ⇒ WithAttributeNames[A]
- type HasAttributeValues[A] = (A) ⇒ WithAttributeValues[A]
- type HasBatch[A, BatchType[_]] = (A) ⇒ WithBatch[A, BatchType]
- type HasCondition[A] = (A) ⇒ WithCondition[A]
- type HasConsistent[A] = (A) ⇒ WithConsistent[A]
- type HasFilterExpression[A] = (A) ⇒ WithFilterExpression[A]
- type HasIndex[A] = (A) ⇒ WithIndex[A]
- type HasItem[A] = (A) ⇒ WithItem[A]
- type HasKey[A] = (A) ⇒ WithKey[A]
- type HasLimit[A] = (A) ⇒ WithLimit[A]
- type HasProjectionExpression[A] = (A) ⇒ WithProjectionExpression[A]
- type HasReturnValue[A] = (A) ⇒ WithReturnValue[A]
- type HasScanIndexForward[A] = (A) ⇒ WithScanIndexForward[A]
- type HasSelect[A] = (A) ⇒ WithSelect[A]
- type HasStartKey[A] = (A) ⇒ WithStartKey[A]
- type HasTableReference[A] = (A) ⇒ WithTableReference[A]
- type HasUpdateExpression[A] = (A) ⇒ WithUpdateExpression[A]
- trait PageableRequest[DR <: DynamoRequest] extends AnyRef
- implicit final class ToQuery[DR <: DynamoRequest] extends AnyVal
- trait WithAttributeNames[A] extends AnyRef
- trait WithAttributeValues[A] extends AnyRef
- trait WithBatch[A, BatchType[_]] extends AnyRef
- trait WithCondition[A] extends AnyRef
- trait WithConsistent[A] extends AnyRef
- trait WithFilterExpression[A] extends AnyRef
- trait WithIndex[A] extends AnyRef
- trait WithItem[A] extends AnyRef
- trait WithKey[A] extends AnyRef
- trait WithLimit[A] extends AnyRef
- trait WithProjectionExpression[A] extends AnyRef
- trait WithReturnValue[A] extends AnyRef
- trait WithScanIndexForward[A] extends AnyRef
- trait WithSelect[A] extends AnyRef
- trait WithStartKey[A] extends AnyRef
- trait WithTableReference[A] extends AnyRef
- trait WithUpdateExpression[A] extends AnyRef
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object PageableRequest
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.