final case class ScanDeleteBatch(table: TableReference, maxParallelDeletes: Option[Int] = None, index: Option[String] = None, filterExpression: Condition = ZeroCondition, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, projectionExpression: Option[String] = None, limit: Option[Int] = None, select: Option[Select] = None, startKey: Option[Map[String, AttributeValue]] = None, consistent: Boolean = false) extends DynamoRequest with WithFilterExpression[ScanDeleteBatch] with WithAttributeValues[ScanDeleteBatch] with WithAttributeNames[ScanDeleteBatch] with WithProjectionExpression[ScanDeleteBatch] with WithSelect[ScanDeleteBatch] with WithStartKey[ScanDeleteBatch] with WithLimit[ScanDeleteBatch] with WithTableReference[ScanDeleteBatch] with WithIndex[ScanDeleteBatch] with WithConsistent[ScanDeleteBatch] with WithParallelism[ScanDeleteBatch] with WithWrappedRequest[Scan] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScanDeleteBatch
- Serializable
- Serializable
- Product
- Equals
- WithWrappedRequest
- WithParallelism
- WithConsistent
- WithIndex
- WithTableReference
- WithLimit
- WithStartKey
- WithSelect
- WithProjectionExpression
- WithAttributeNames
- WithAttributeValues
- WithFilterExpression
- DynamoRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScanDeleteBatch(table: TableReference, maxParallelDeletes: Option[Int] = None, index: Option[String] = None, filterExpression: Condition = ZeroCondition, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, projectionExpression: Option[String] = None, limit: Option[Int] = None, select: Option[Select] = None, startKey: Option[Map[String, AttributeValue]] = None, consistent: Boolean = false)
Type Members
-
type
Rq = ScanRequest
- Definition Classes
- ScanDeleteBatch → DynamoRequest
-
type
Rsp = List[BatchWriteItemResponse]
- Definition Classes
- ScanDeleteBatch → DynamoRequest
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
- val attributeNames: Map[String, String]
- val attributeValues: Map[String, AttributeValue]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val consistent: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filterExpression: Condition
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val index: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val limit: Option[Int]
-
val
maxParallelDeletes: Option[Int]
- Definition Classes
- ScanDeleteBatch → WithParallelism
-
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()
- val projectionExpression: Option[String]
- val select: Option[Select]
- val startKey: Option[Map[String, AttributeValue]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: TableReference
- Definition Classes
- ScanDeleteBatch → WithTableReference
-
def
toAmz: ScanRequest
- Definition Classes
- ScanDeleteBatch → DynamoRequest
-
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( ... )
-
final
def
withAttribute[Item](value: Item)(implicit arg0: D4SEncoder[Item]): ScanDeleteBatch
- Definition Classes
- WithAttributeValues
-
def
withAttributeNames(an: (Map[String, String]) ⇒ Map[String, String]): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithAttributeNames
-
final
def
withAttributeNames(value: (String, String)): ScanDeleteBatch
- Definition Classes
- WithAttributeNames
-
final
def
withAttributeNames(add: Map[String, String]): ScanDeleteBatch
- Definition Classes
- WithAttributeNames
-
def
withAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithAttributeValues
-
final
def
withAttributeValues(value: (String, AttributeValue)): ScanDeleteBatch
- Definition Classes
- WithAttributeValues
-
final
def
withAttributeValues(add: Map[String, AttributeValue]): ScanDeleteBatch
- Definition Classes
- WithAttributeValues
-
final
def
withAttributes[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): ScanDeleteBatch
- Definition Classes
- WithAttributeValues
-
def
withConsistent(consistentRead: Boolean): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithConsistent
-
def
withFilterExpression(t: Condition): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithFilterExpression
-
def
withIndex(index: TableIndex[_, _]): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithIndex
-
def
withLimit(l: Int): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithLimit
-
def
withParallelism(parallelism: Int): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithParallelism
-
final
def
withPrefix[TP](prefix: TP)(implicit arg0: TablePrefix[TP]): ScanDeleteBatch
- Definition Classes
- WithTableReference
-
def
withProjectionExpression(f: (Option[String]) ⇒ Option[String]): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithProjectionExpression
-
final
def
withProjectionExpression(fields: DynamoField[_]*): ScanDeleteBatch
- Definition Classes
- WithProjectionExpression
-
final
def
withProjectionExpression(expr: String): ScanDeleteBatch
- Definition Classes
- WithProjectionExpression
-
def
withSelect(newSelect: Select): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithSelect
-
final
def
withStartKey[Key](startKey: Key)(implicit arg0: D4SEncoder[Key]): ScanDeleteBatch
- Definition Classes
- WithStartKey
-
def
withStartKeyMap(startKey: Map[String, AttributeValue]): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithStartKey
-
def
withTableReference(t: (TableReference) ⇒ TableReference): ScanDeleteBatch
- Definition Classes
- ScanDeleteBatch → WithTableReference
-
def
wrapped: Scan
- Definition Classes
- ScanDeleteBatch → WithWrappedRequest
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated