Uses of Class
com.amazonaws.services.dynamodbv2.model.GetItemRequest

Packages that use GetItemRequest
com.amazonaws.services.dynamodbv2 Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. 
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

Uses of GetItemRequest in com.amazonaws.services.dynamodbv2
 

Methods in com.amazonaws.services.dynamodbv2 with parameters of type GetItemRequest
 GetItemResult AmazonDynamoDBClient.getItem(GetItemRequest getItemRequest)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 GetItemResult AmazonDynamoDB.getItem(GetItemRequest getItemRequest)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 Future<GetItemResult> AmazonDynamoDBAsyncClient.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)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 Future<GetItemResult> AmazonDynamoDBAsyncClient.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(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 

Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type GetItemRequest
 Future<GetItemResult> AmazonDynamoDBAsyncClient.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(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 

Uses of GetItemRequest in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return GetItemRequest
 GetItemRequest GetItemRequest.addKeyEntry(String key, AttributeValue value)
          A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
 GetItemRequest GetItemRequest.clearKeyEntries()
          Removes all the entries added into Key.
 GetItemRequest GetItemRequest.withAttributesToGet(Collection<String> attributesToGet)
          The names of one or more attributes to retrieve.
 GetItemRequest GetItemRequest.withAttributesToGet(String... attributesToGet)
          The names of one or more attributes to retrieve.
 GetItemRequest GetItemRequest.withConsistentRead(Boolean consistentRead)
          If set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used.
 GetItemRequest GetItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)
          A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
 GetItemRequest GetItemRequest.withKey(Map<String,AttributeValue> key)
          A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
 GetItemRequest GetItemRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
          If set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
 GetItemRequest GetItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
          If set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
 GetItemRequest GetItemRequest.withTableName(String tableName)
          The name of the table containing the requested item.
 



Copyright © 2016. All rights reserved.