|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
com.amazonaws.services.dynamodb.datamodeling | |
com.amazonaws.services.dynamodb.model | Classes modeling the various types represented by AmazonDynamoDB. |
Uses of Key in com.amazonaws.services.dynamodb.datamodeling |
---|
Methods in com.amazonaws.services.dynamodb.datamodeling that return Key | |
---|---|
Key |
DynamoDBScanExpression.getExclusiveStartKey()
Deprecated. Returns the exclusive start key for this scan. |
Key |
DynamoDBQueryExpression.getExclusiveStartKey()
Deprecated. Returns the exclusive start key for this query. |
Key |
ScanResultPage.getLastEvaluatedKey()
Deprecated. Returns the last evaluated key, which can be used as the exclusiveStartKey to fetch the next page of results. |
Key |
QueryResultPage.getLastEvaluatedKey()
Deprecated. Returns the last evaluated key, which can be used as the exclusiveStartKey to fetch the next page of results. |
Methods in com.amazonaws.services.dynamodb.datamodeling with parameters of type Key | |
---|---|
void |
DynamoDBScanExpression.setExclusiveStartKey(Key exclusiveStartKey)
Deprecated. Sets the exclusive start key for this scan. |
void |
DynamoDBQueryExpression.setExclusiveStartKey(Key exclusiveStartKey)
Deprecated. Sets the exclusive start key for this query. |
void |
ScanResultPage.setLastEvaluatedKey(Key lastEvaluatedKey)
Deprecated. |
void |
QueryResultPage.setLastEvaluatedKey(Key lastEvaluatedKey)
Deprecated. |
DynamoDBScanExpression |
DynamoDBScanExpression.withExclusiveStartKey(Key exclusiveStartKey)
Deprecated. Sets the exclusive start key for this scan and returns a pointer to this object for method-chaining. |
DynamoDBQueryExpression |
DynamoDBQueryExpression.withExclusiveStartKey(Key exclusiveStartKey)
Deprecated. Sets the exclusive start key for this query and returns a pointer to this object for method-chaining. |
Uses of Key in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return Key | |
---|---|
Key |
ScanRequest.getExclusiveStartKey()
Deprecated. Primary key of the item from which to continue an earlier scan. |
Key |
QueryRequest.getExclusiveStartKey()
Deprecated. Primary key of the item from which to continue an earlier query. |
Key |
UpdateItemRequest.getKey()
Deprecated. The primary key that uniquely identifies each item in a table. |
Key |
GetItemRequest.getKey()
Deprecated. The primary key that uniquely identifies each item in a table. |
Key |
DeleteRequest.getKey()
Deprecated. The item's key to be delete |
Key |
DeleteItemRequest.getKey()
Deprecated. The primary key that uniquely identifies each item in a table. |
Key |
ScanResult.getLastEvaluatedKey()
Deprecated. Primary key of the item where the scan operation stopped. |
Key |
QueryResult.getLastEvaluatedKey()
Deprecated. Primary key of the item where the query operation stopped, inclusive of the previous result set. |
Key |
Key.withHashKeyElement(AttributeValue hashKeyElement)
Deprecated. A hash key element is treated as the primary key, and can be a string or a number. |
Key |
Key.withRangeKeyElement(AttributeValue rangeKeyElement)
Deprecated. A range key element is treated as a secondary key (used in conjunction with the primary key), and can be a string or a number, and is only used for hash-and-range primary keys. |
Methods in com.amazonaws.services.dynamodb.model that return types with arguments of type Key | |
---|---|
List<Key> |
KeysAndAttributes.getKeys()
Deprecated. Returns the value of the Keys property for this object. |
Methods in com.amazonaws.services.dynamodb.model with parameters of type Key | |
---|---|
void |
ScanRequest.setExclusiveStartKey(Key exclusiveStartKey)
Deprecated. Primary key of the item from which to continue an earlier scan. |
void |
QueryRequest.setExclusiveStartKey(Key exclusiveStartKey)
Deprecated. Primary key of the item from which to continue an earlier query. |
void |
UpdateItemRequest.setKey(Key key)
Deprecated. The primary key that uniquely identifies each item in a table. |
void |
GetItemRequest.setKey(Key key)
Deprecated. The primary key that uniquely identifies each item in a table. |
void |
DeleteRequest.setKey(Key key)
Deprecated. The item's key to be delete |
void |
DeleteItemRequest.setKey(Key key)
Deprecated. The primary key that uniquely identifies each item in a table. |
void |
ScanResult.setLastEvaluatedKey(Key lastEvaluatedKey)
Deprecated. Primary key of the item where the scan operation stopped. |
void |
QueryResult.setLastEvaluatedKey(Key lastEvaluatedKey)
Deprecated. Primary key of the item where the query operation stopped, inclusive of the previous result set. |
ScanRequest |
ScanRequest.withExclusiveStartKey(Key exclusiveStartKey)
Deprecated. Primary key of the item from which to continue an earlier scan. |
QueryRequest |
QueryRequest.withExclusiveStartKey(Key exclusiveStartKey)
Deprecated. Primary key of the item from which to continue an earlier query. |
UpdateItemRequest |
UpdateItemRequest.withKey(Key key)
Deprecated. The primary key that uniquely identifies each item in a table. |
GetItemRequest |
GetItemRequest.withKey(Key key)
Deprecated. The primary key that uniquely identifies each item in a table. |
DeleteRequest |
DeleteRequest.withKey(Key key)
Deprecated. The item's key to be delete |
DeleteItemRequest |
DeleteItemRequest.withKey(Key key)
Deprecated. The primary key that uniquely identifies each item in a table. |
KeysAndAttributes |
KeysAndAttributes.withKeys(Key... keys)
Deprecated. Sets the value of the Keys property for this object. |
ScanResult |
ScanResult.withLastEvaluatedKey(Key lastEvaluatedKey)
Deprecated. Primary key of the item where the scan operation stopped. |
QueryResult |
QueryResult.withLastEvaluatedKey(Key lastEvaluatedKey)
Deprecated. Primary key of the item where the query operation stopped, inclusive of the previous result set. |
Method parameters in com.amazonaws.services.dynamodb.model with type arguments of type Key | |
---|---|
void |
KeysAndAttributes.setKeys(Collection<Key> keys)
Deprecated. Sets the value of the Keys property for this object. |
KeysAndAttributes |
KeysAndAttributes.withKeys(Collection<Key> keys)
Deprecated. Sets the value of the Keys property for this object. |
Constructors in com.amazonaws.services.dynamodb.model with parameters of type Key | |
---|---|
DeleteItemRequest(String tableName,
Key key)
Deprecated. Constructs a new DeleteItemRequest object. |
|
GetItemRequest(String tableName,
Key key)
Deprecated. Constructs a new GetItemRequest object. |
|
UpdateItemRequest(String tableName,
Key key,
Map<String,AttributeValueUpdate> attributeUpdates)
Deprecated. Constructs a new UpdateItemRequest object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |