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

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

Uses of GetItemRequest in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb with parameters of type GetItemRequest
 GetItemResult AmazonDynamoDBClient.getItem(GetItemRequest getItemRequest)
          Deprecated.  Retrieves a set of Attributes for an item that matches the primary key.
 GetItemResult AmazonDynamoDB.getItem(GetItemRequest getItemRequest)
          Deprecated.  Retrieves a set of Attributes for an item that matches the primary key.
 Future<GetItemResult> AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest)
          Deprecated.  Retrieves a set of Attributes for an item that matches the primary key.
 Future<GetItemResult> AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest)
          Deprecated.  Retrieves a set of Attributes for an item that matches the primary key.
 Future<GetItemResult> AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
          Deprecated.  Retrieves a set of Attributes for an item that matches the primary key.
 Future<GetItemResult> AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
          Deprecated.  Retrieves a set of Attributes for an item that matches the primary key.
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type GetItemRequest
 Future<GetItemResult> AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
          Deprecated.  Retrieves a set of Attributes for an item that matches the primary key.
 Future<GetItemResult> AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
          Deprecated.  Retrieves a set of Attributes for an item that matches the primary key.
 

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

Methods in com.amazonaws.services.dynamodb.model that return GetItemRequest
 GetItemRequest GetItemRequest.withAttributesToGet(Collection<String> attributesToGet)
          Deprecated. List of Attribute names.
 GetItemRequest GetItemRequest.withAttributesToGet(String... attributesToGet)
          Deprecated. List of Attribute names.
 GetItemRequest GetItemRequest.withConsistentRead(Boolean consistentRead)
          Deprecated. If set to true, then a consistent read is issued.
 GetItemRequest GetItemRequest.withKey(Key key)
          Deprecated. The primary key that uniquely identifies each item in a table.
 GetItemRequest GetItemRequest.withTableName(String tableName)
          Deprecated. The name of the table in which you want to get an item.
 



Copyright © 2016. All rights reserved.