Uses of Class
com.amazonaws.services.dynamodbv2.model.GetItemRequest
Packages that use GetItemRequest
Package
Description
-
Uses of GetItemRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type GetItemRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.getItem(GetItemRequest request) AmazonDynamoDB.getItem(GetItemRequest getItemRequest) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDBClient.getItem(GetItemRequest getItemRequest) The GetItem operation returns a set of attributes for the item with the given primary key.AbstractAmazonDynamoDBAsync.getItemAsync(GetItemRequest request) AbstractAmazonDynamoDBAsync.getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest request) AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type GetItemRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) AbstractAmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, Boolean consistentRead, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.AmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, Boolean consistentRead, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) AmazonDynamoDBAsyncClient.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.getItemAsync(String tableName, Map<String, AttributeValue> key, Boolean consistentRead, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler. -
Uses of GetItemRequest in com.amazonaws.services.dynamodbv2.document.spec
Subclasses with type arguments of type GetItemRequest in com.amazonaws.services.dynamodbv2.document.specModifier and TypeClassDescriptionclassFull parameter specification for the GetItem API. -
Uses of GetItemRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GetItemRequestModifier and TypeMethodDescriptionGetItemRequest.addExpressionAttributeNamesEntry(String key, String value) GetItemRequest.addKeyEntry(String key, AttributeValue value) GetItemRequest.clearExpressionAttributeNamesEntries()Removes all the entries added into ExpressionAttributeNames.GetItemRequest.clearKeyEntries()Removes all the entries added into Key.GetItemRequest.clone()GetItemRequest.withAttributesToGet(String... attributesToGet) GetItemRequest.withAttributesToGet(Collection<String> attributesToGet) GetItemRequest.withConsistentRead(Boolean consistentRead) Determines the read consistency model: If set totrue, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.GetItemRequest.withExpressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.GetItemRequest.withKey(Map.Entry<String, AttributeValue> hashKey, Map.Entry<String, AttributeValue> rangeKey) Set the hash and range key attributes of the item.GetItemRequest.withKey(Map<String, AttributeValue> key) A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.GetItemRequest.withProjectionExpression(String projectionExpression) A string that identifies one or more attributes to retrieve from the table.GetItemRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) GetItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity) GetItemRequest.withTableName(String tableName) The name of the table containing the requested item.