Uses of Class
com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes
Packages that use TableKeysAndAttributes
Package
Description
-
Uses of TableKeysAndAttributes in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return TableKeysAndAttributesModifier and TypeMethodDescriptionTableKeysAndAttributes.addHashAndRangePrimaryKey
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) Adds a primary key (that consists of a hash-key and a range-key) to be included in the batch get-item operation.TableKeysAndAttributes.addHashAndRangePrimaryKeys
(String hashKeyName, String rangeKeyName, Object... alternatingHashRangeKeyValues) Adds multiple hash-and-range primary keys to be included in the batch get-item operation.TableKeysAndAttributes.addHashOnlyPrimaryKey
(String hashKeyName, Object hashKeyValue) Adds a hash-only primary key to be included in the batch get-item operation.TableKeysAndAttributes.addHashOnlyPrimaryKeys
(String hashKeyName, Object... hashKeyValues) Adds multiple hash-only primary keys to be included in the batch get-item operation.TableKeysAndAttributes.addPrimaryKey
(PrimaryKey primaryKey) Adds a primary key to be included in the batch get-item operation.TableKeysAndAttributes.withAttrbuteNames
(String... attributeNames) Deprecated.TableKeysAndAttributes.withAttrbuteNames
(List<String> attributeNames) Deprecated.TableKeysAndAttributes.withAttributeNames
(String... attributeNames) Used to specify the attributes to be retrieved in each item returned from the batch get-item operation.TableKeysAndAttributes.withAttributeNames
(List<String> attributeNames) TableKeysAndAttributes.withConsistentRead
(boolean consistentRead) TableKeysAndAttributes.withHashAndRangeKeys
(String hashKeyName, String rangeKeyName, Object... alternatingHashAndRangeKeyValues) Used to specify multiple hash-and-range primary keys.TableKeysAndAttributes.withHashOnlyKeys
(String hashKeyName, Object... hashKeyValues) Used to specify multiple hash-only primary keys.TableKeysAndAttributes.withNameMap
(Map<String, String> nameMap) TableKeysAndAttributes.withPrimaryKeys
(PrimaryKey... primaryKeys) Used to specify multiple primary keys.TableKeysAndAttributes.withProjectionExpression
(String projectionExpression) Methods in com.amazonaws.services.dynamodbv2.document with parameters of type TableKeysAndAttributesModifier and TypeMethodDescriptionDynamoDB.batchGetItem
(TableKeysAndAttributes... tableKeysAndAttributes) DynamoDB.batchGetItem
(ReturnConsumedCapacity returnConsumedCapacity, TableKeysAndAttributes... tableKeysAndAttributes) -
Uses of TableKeysAndAttributes in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type TableKeysAndAttributesModifier and TypeMethodDescriptionBatchGetItemApi.batchGetItem
(TableKeysAndAttributes... tableKeyAndAttributes) Used to perform a batch get-item operation from DynamoDB.BatchGetItemApi.batchGetItem
(ReturnConsumedCapacity returnConsumedCapacity, TableKeysAndAttributes... tableKeyAndAttributes) Used to perform a batch get-item operation from DynamoDB. -
Uses of TableKeysAndAttributes in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return types with arguments of type TableKeysAndAttributesMethods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type TableKeysAndAttributesModifier and TypeMethodDescriptionBatchGetItemSpec.withTableKeyAndAttributes
(TableKeysAndAttributes... tableKeyAndAttributes)
withAttributeNames(String...)
.