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

Packages that use GetItemResult
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 GetItemResult in com.amazonaws.services.dynamodbv2
 

Methods in com.amazonaws.services.dynamodbv2 that return GetItemResult
 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.
 GetItemResult AmazonDynamoDBClient.getItem(String tableName, Map<String,AttributeValue> key)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 GetItemResult AmazonDynamoDB.getItem(String tableName, Map<String,AttributeValue> key)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 GetItemResult AmazonDynamoDBClient.getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 GetItemResult AmazonDynamoDB.getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 

Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type GetItemResult
 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 GetItemResult
 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 GetItemResult in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return GetItemResult
 GetItemResult GetItemResult.addItemEntry(String key, AttributeValue value)
          A map of attribute names to AttributeValue objects, as specified by AttributesToGet.
 GetItemResult GetItemResult.clearItemEntries()
          Removes all the entries added into Item.
 GetItemResult GetItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
          Represents the capacity units consumed by an operation.
 GetItemResult GetItemResult.withItem(Map<String,AttributeValue> item)
          A map of attribute names to AttributeValue objects, as specified by AttributesToGet.
 



Copyright © 2016. All rights reserved.