toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.model
/
AttributeValue
/
Companion
Companion
object
Companion
Members
Functions
Base64
Link copied to clipboard
fun
Base64
(
value
:
Base64Blob
?
)
:
AttributeValue
Base64Set
Link copied to clipboard
fun
Base64Set
(
value
:
Set
<
Base64Blob
>
?
)
:
AttributeValue
Bool
Link copied to clipboard
fun
Bool
(
value
:
Boolean
?
)
:
AttributeValue
from
Link copied to clipboard
fun
from
(
key
:
DynamoDataType
,
value
:
Any
)
:
AttributeValue
List
Link copied to clipboard
fun
List
(
value
:
List
<
AttributeValue
>
?
)
:
AttributeValue
Map
Link copied to clipboard
fun
Map
(
value
:
Item
?
)
:
AttributeValue
Null
Link copied to clipboard
fun
Null
(
)
:
AttributeValue
Num
Link copied to clipboard
fun
Num
(
value
:
Number
?
)
:
AttributeValue
Num
Set
Link copied to clipboard
fun
NumSet
(
value
:
Set
<
Number
>
?
)
:
AttributeValue
Str
Link copied to clipboard
fun
Str
(
value
:
String
?
)
:
AttributeValue
Str
Set
Link copied to clipboard
fun
StrSet
(
value
:
Set
<
String
>
?
)
:
AttributeValue