| Modifier and Type | Class and Description |
|---|---|
static class |
DynamoAttribute.Jsii$Proxy
An implementation for
DynamoAttribute |
| Modifier and Type | Method and Description |
|---|---|
DynamoAttribute |
DynamoAttribute.Builder.build()
Builds the configured instance.
|
DynamoAttribute |
DynamoDeleteItemProps.getPartitionKey()
An attribute representing the partition key of the item to delete.
|
DynamoAttribute |
DynamoDeleteItemProps.Jsii$Proxy.getPartitionKey() |
DynamoAttribute |
DynamoUpdateItemProps.getPartitionKey()
The partition key of the item to be updated.
|
DynamoAttribute |
DynamoUpdateItemProps.Jsii$Proxy.getPartitionKey() |
DynamoAttribute |
DynamoGetItemProps.getPartitionKey()
A attribute representing the partition key of the item to retrieve.
|
DynamoAttribute |
DynamoGetItemProps.Jsii$Proxy.getPartitionKey() |
default DynamoAttribute |
DynamoDeleteItemProps.getSortKey()
An attribute representing the sort key of the item to delete.
|
DynamoAttribute |
DynamoDeleteItemProps.Jsii$Proxy.getSortKey() |
default DynamoAttribute |
DynamoUpdateItemProps.getSortKey()
The sort key of the item to be updated.
|
DynamoAttribute |
DynamoUpdateItemProps.Jsii$Proxy.getSortKey() |
default DynamoAttribute |
DynamoGetItemProps.getSortKey()
A attribute representing the sort key of the item to retrieve.
|
DynamoAttribute |
DynamoGetItemProps.Jsii$Proxy.getSortKey() |
| Modifier and Type | Method and Description |
|---|---|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.partitionKey(DynamoAttribute partitionKey)
The partition key of the item to be updated.
|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.partitionKey(DynamoAttribute partitionKey)
Sets the value of
DynamoDeleteItemProps.getPartitionKey() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.partitionKey(DynamoAttribute partitionKey)
Sets the value of
DynamoUpdateItemProps.getPartitionKey() |
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.partitionKey(DynamoAttribute partitionKey)
Sets the value of
DynamoGetItemProps.getPartitionKey() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.partitionKey(DynamoAttribute partitionKey)
A attribute representing the partition key of the item to retrieve.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.partitionKey(DynamoAttribute partitionKey)
An attribute representing the partition key of the item to delete.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.sortKey(DynamoAttribute sortKey)
The sort key of the item to be updated.
|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.sortKey(DynamoAttribute sortKey)
Sets the value of
DynamoDeleteItemProps.getSortKey() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.sortKey(DynamoAttribute sortKey)
Sets the value of
DynamoUpdateItemProps.getSortKey() |
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.sortKey(DynamoAttribute sortKey)
Sets the value of
DynamoGetItemProps.getSortKey() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.sortKey(DynamoAttribute sortKey)
A attribute representing the sort key of the item to retrieve.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.sortKey(DynamoAttribute sortKey)
An attribute representing the sort key of the item to delete.
|
Copyright © 2020. All rights reserved.