Uses of Class
com.amazonaws.services.dynamodbv2.model.GetItemRequest
-
Packages that use GetItemRequest Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.model -
-
Uses of GetItemRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type GetItemRequest Modifier and Type Method Description GetItemResultAbstractAmazonDynamoDB. getItem(GetItemRequest request)GetItemResultAmazonDynamoDB. getItem(GetItemRequest getItemRequest)The GetItem operation returns a set of attributes for the item with the given primary key.GetItemResultAmazonDynamoDBClient. getItem(GetItemRequest getItemRequest)The GetItem operation returns a set of attributes for the item with the given primary key.Future<GetItemResult>AbstractAmazonDynamoDBAsync. getItemAsync(GetItemRequest request)Future<GetItemResult>AbstractAmazonDynamoDBAsync. getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Future<GetItemResult>AmazonDynamoDBAsync. getItemAsync(GetItemRequest getItemRequest)The GetItem operation returns a set of attributes for the item with the given primary key.Future<GetItemResult>AmazonDynamoDBAsync. getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)The GetItem operation returns a set of attributes for the item with the given primary key.Future<GetItemResult>AmazonDynamoDBAsyncClient. getItemAsync(GetItemRequest request)Future<GetItemResult>AmazonDynamoDBAsyncClient. getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type GetItemRequest Modifier and Type Method Description Future<GetItemResult>AbstractAmazonDynamoDBAsync. getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Future<GetItemResult>AbstractAmazonDynamoDBAsync. getItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Simplified method form for invoking the GetItem operation with an AsyncHandler.Future<GetItemResult>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.Future<GetItemResult>AmazonDynamoDBAsync. getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)The GetItem operation returns a set of attributes for the item with the given primary key.Future<GetItemResult>AmazonDynamoDBAsync. getItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Simplified method form for invoking the GetItem operation with an AsyncHandler.Future<GetItemResult>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.Future<GetItemResult>AmazonDynamoDBAsyncClient. getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Future<GetItemResult>AmazonDynamoDBAsyncClient. getItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Simplified method form for invoking the GetItem operation with an AsyncHandler.Future<GetItemResult>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.model
Methods in com.amazonaws.services.dynamodbv2.model that return GetItemRequest Modifier and Type Method Description GetItemRequestGetItemRequest. addExpressionAttributeNamesEntry(String key, String value)GetItemRequestGetItemRequest. addKeyEntry(String key, AttributeValue value)GetItemRequestGetItemRequest. clearExpressionAttributeNamesEntries()Removes all the entries added into ExpressionAttributeNames.GetItemRequestGetItemRequest. clearKeyEntries()Removes all the entries added into Key.GetItemRequestGetItemRequest. clone()GetItemRequestGetItemRequest. withAttributesToGet(String... attributesToGet)GetItemRequestGetItemRequest. withAttributesToGet(Collection<String> attributesToGet)GetItemRequestGetItemRequest. 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.GetItemRequestGetItemRequest. withExpressionAttributeNames(Map<String,String> expressionAttributeNames)One or more substitution tokens for attribute names in an expression.GetItemRequestGetItemRequest. withKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.GetItemRequestGetItemRequest. withKey(Map<String,AttributeValue> key)A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.GetItemRequestGetItemRequest. withProjectionExpression(String projectionExpression)A string that identifies one or more attributes to retrieve from the table.GetItemRequestGetItemRequest. withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)GetItemRequestGetItemRequest. withReturnConsumedCapacity(String returnConsumedCapacity)GetItemRequestGetItemRequest. withTableName(String tableName)The name of the table containing the requested item.
-