Package-level declarations
Types
A Map of String and DynamoAttributeValue is called AttributeMap
DynamoAttributeValue is the type alias for AttributeValue from AWS Dynamo DB v2 SDK.
A PropertyName is actually a String
Properties
This property converts a nullable Boolean to DynamoDb DynamoAttributeValue.
This property converts a nullable Number to DynamoDb DynamoAttributeValue. Here, the receiver can be any object that extends the class Number
This property converts a nullable String to DynamoDb DynamoAttributeValue.
This property converts a nullable AttributeMap to DynamoDb DynamoAttributeValue.
Functions
Extracts the value of PropertyName from the provided AttributeMap as a Boolean
Extracts the value of PropertyName from the provided AttributeMap as a Double
Extracts the value of PropertyName from the provided AttributeMap as a List of Doubles
Extracts the value of PropertyName from the provided AttributeMap as a Set of Doubles
Extracts the value of PropertyName from the provided AttributeMap as a Float
Extracts the value of PropertyName from the provided AttributeMap as a List of Floats
Extracts the value of PropertyName from the provided AttributeMap as a Set of Floats
Extracts the value of PropertyName from the provided AttributeMap as a Int
Extracts the value of PropertyName from the provided AttributeMap as a List of Ints
Extracts the value of PropertyName from the provided AttributeMap as a Set of Ints
Extracts the value of PropertyName from the provided AttributeMap as a Long
Extracts the value of PropertyName from the provided AttributeMap as a List of Longs
Extracts the value of PropertyName from the provided AttributeMap as a Set of Longs
Extracts the value of PropertyName from the provided AttributeMap as a nullable Boolean
Extracts the value of PropertyName from the provided AttributeMap as a nullable Double
Extracts the value of PropertyName from the provided AttributeMap as a nullable List of Doubles
Extracts the value of PropertyName from the provided AttributeMap as a nullable Set of Doubles
Extracts the value of PropertyName from the provided AttributeMap as a nullable Float
Extracts the value of PropertyName from the provided AttributeMap as a nullable List of Floats
Extracts the value of PropertyName from the provided AttributeMap as a nullable Set of Floats
Extracts the value of PropertyName from the provided AttributeMap as a nullable Int
Extracts the value of PropertyName from the provided AttributeMap as a nullable List of Ints
Extracts the value of PropertyName from the provided AttributeMap as a nullable Set of Ints
Extracts the value of PropertyName from the provided AttributeMap as a nullable Long
Extracts the value of PropertyName from the provided AttributeMap as a nullable List of Longs
Extracts the value of PropertyName from the provided AttributeMap as a nullable Set of Longs
Extracts the value of PropertyName from the provided AttributeMap as a nullable T
Extracts the value of PropertyName from the provided AttributeMap as a nullable List of Ts
Extracts the value of PropertyName from the provided AttributeMap as a nullable String
Extracts the value of PropertyName from the provided AttributeMap as a nullable List of Strings
Extracts the value of PropertyName from the provided AttributeMap as a nullable Set of Strings
Extracts the value of PropertyName from the provided AttributeMap as a T
Extracts the value of PropertyName from the provided AttributeMap as a List of Ts
Extracts the value of PropertyName from the provided AttributeMap as a String
Extracts the value of PropertyName from the provided AttributeMap as a List of Strings
Extracts the value of PropertyName from the provided AttributeMap as a Set of Strings
This function converts a nullable List of non-nullable Numbers to DynamoDb DynamoAttributeValue. Here, the receiver can be any object that extends the class Number
This function converts a nullable Set of non-nullable Numbers to DynamoDb DynamoAttributeValue. Here, the receiver can be any object that extends the class Number
This function converts a nullable List of non-nullable Ts to DynamoDb DynamoAttributeValue. The object T should be annotated with DynamoKt.
This function converts a nullable List of non-nullable Numbers to DynamoDb DynamoAttributeValue.
This function converts a nullable Set of non-nullable Strings to DynamoDb DynamoAttributeValue.