Package | Description |
---|---|
com.amazonaws.services.lambda.runtime.events.models.dynamodb |
Modifier and Type | Method and Description |
---|---|
AttributeValue |
AttributeValue.addMEntry(String key,
AttributeValue value) |
AttributeValue |
AttributeValue.clearMEntries()
Removes all the entries added into M.
|
AttributeValue |
AttributeValue.clone() |
AttributeValue |
AttributeValue.withB(ByteBuffer b)
An attribute of type Binary.
|
AttributeValue |
AttributeValue.withBOOL(Boolean bOOL)
An attribute of type Boolean.
|
AttributeValue |
AttributeValue.withBS(ByteBuffer... bS)
An attribute of type Binary Set.
|
AttributeValue |
AttributeValue.withBS(Collection<ByteBuffer> bS)
An attribute of type Binary Set.
|
AttributeValue |
AttributeValue.withL(AttributeValue... l)
An attribute of type List.
|
AttributeValue |
AttributeValue.withL(Collection<AttributeValue> l)
An attribute of type List.
|
AttributeValue |
AttributeValue.withM(Map<String,AttributeValue> m)
An attribute of type Map.
|
AttributeValue |
AttributeValue.withN(String n)
An attribute of type Number.
|
AttributeValue |
AttributeValue.withNS(Collection<String> nS)
An attribute of type Number Set.
|
AttributeValue |
AttributeValue.withNS(String... nS)
An attribute of type Number Set.
|
AttributeValue |
AttributeValue.withNULL(Boolean nULLValue)
An attribute of type Null.
|
AttributeValue |
AttributeValue.withS(String s)
An attribute of type String.
|
AttributeValue |
AttributeValue.withSS(Collection<String> sS)
An attribute of type String Set.
|
AttributeValue |
AttributeValue.withSS(String... sS)
An attribute of type String Set.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValue> |
StreamRecord.getKeys()
The primary key attribute(s) for the DynamoDB item that was modified.
|
List<AttributeValue> |
AttributeValue.getL()
An attribute of type List.
|
Map<String,AttributeValue> |
AttributeValue.getM()
An attribute of type Map.
|
Map<String,AttributeValue> |
StreamRecord.getNewImage()
The item in the DynamoDB table as it appeared after it was modified.
|
Map<String,AttributeValue> |
StreamRecord.getOldImage()
The item in the DynamoDB table as it appeared before it was modified.
|
Modifier and Type | Method and Description |
---|---|
StreamRecord |
StreamRecord.addKeysEntry(String key,
AttributeValue value) |
AttributeValue |
AttributeValue.addMEntry(String key,
AttributeValue value) |
StreamRecord |
StreamRecord.addNewImageEntry(String key,
AttributeValue value) |
StreamRecord |
StreamRecord.addOldImageEntry(String key,
AttributeValue value) |
AttributeValue |
AttributeValue.withL(AttributeValue... l)
An attribute of type List.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamRecord.setKeys(Map<String,AttributeValue> keys)
The primary key attribute(s) for the DynamoDB item that was modified.
|
void |
AttributeValue.setL(Collection<AttributeValue> l)
An attribute of type List.
|
void |
AttributeValue.setM(Map<String,AttributeValue> m)
An attribute of type Map.
|
void |
StreamRecord.setNewImage(Map<String,AttributeValue> newImage)
The item in the DynamoDB table as it appeared after it was modified.
|
void |
StreamRecord.setOldImage(Map<String,AttributeValue> oldImage)
The item in the DynamoDB table as it appeared before it was modified.
|
StreamRecord |
StreamRecord.withKeys(Map<String,AttributeValue> keys)
The primary key attribute(s) for the DynamoDB item that was modified.
|
AttributeValue |
AttributeValue.withL(Collection<AttributeValue> l)
An attribute of type List.
|
AttributeValue |
AttributeValue.withM(Map<String,AttributeValue> m)
An attribute of type Map.
|
StreamRecord |
StreamRecord.withNewImage(Map<String,AttributeValue> newImage)
The item in the DynamoDB table as it appeared after it was modified.
|
StreamRecord |
StreamRecord.withOldImage(Map<String,AttributeValue> oldImage)
The item in the DynamoDB table as it appeared before it was modified.
|
Copyright © 2021. All rights reserved.