Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
DynamoDBQuery.type
Members list
Type members
Classlikes
Attributes
- Supertypes
- Known subtypes
-
Attributes
- Supertypes
Attributes
- Supertypes
-
trait Producttrait Equalsclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- trait
- Supertypes
- Self type
-
TableStatus.type
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object Active.typeobject Archived.typeobject Archiving.typeobject Creating.typeobject Deleting.typeobject InaccessibleEncryptionCredentials.typeobject Updating.typeobject unknownToSdkVersion.typeShow all
Attributes
- Supertypes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Each element in values
is zipped together using function body
which has signature A => DynamoDBQuery[B]
Note that when DynamoDBQuery
's are zipped together, on execution the queries are batched together as AWS DynamoDB batch queries whenever this is possible.
Each element in values
is zipped together using function body
which has signature A => DynamoDBQuery[B]
Note that when DynamoDBQuery
's are zipped together, on execution the queries are batched together as AWS DynamoDB batch queries whenever this is possible.
Note this is a low level function for a small amount of elements - if you want to perform a large number of reads and writes prefer the following utility functions - zio.dynamodb.batchReadItemFromStream, zio.dynamodb.batchWriteFromStream which work with ZStreams and efficiently limit batch sizes to the maximum size allowed by the AWS API.
Attributes
when executed will return a ZStream of A
when executed will return a ZStream of A
Attributes
when executed will return a ZStream of Item
when executed will return a ZStream of Item
Attributes
when executed will return a Tuple of
when executed will return a Tuple of
Either[String,(Chunk[A], LastEvaluatedKey)]
Attributes
when executed will return a Tuple of
when executed will return a Tuple of
(Chunk[Item], LastEvaluatedKey)
Attributes
when executed will return a ZStream of A
when executed will return a ZStream of A
Attributes
when executed will return a ZStream of Item
when executed will return a ZStream of Item
Attributes
when executed will return a Tuple of
when executed will return a Tuple of
Either[String,(Chunk[A], LastEvaluatedKey)]
Attributes
when executed will return a Tuple of
when executed will return a Tuple of
(Chunk[Item], LastEvaluatedKey)