Uses of Class
com.amazonaws.services.dynamodbv2.model.GetItemResult
-
Packages that use GetItemResult Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.model -
-
Uses of GetItemResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return GetItemResult Modifier and Type Method Description GetItemResultAbstractAmazonDynamoDB. getItem(GetItemRequest request)GetItemResultAbstractAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key)GetItemResultAbstractAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)GetItemResultAmazonDynamoDB. getItem(GetItemRequest getItemRequest)The GetItem operation returns a set of attributes for the item with the given primary key.GetItemResultAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key)Simplified method form for invoking the GetItem operation.GetItemResultAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)Simplified method form for invoking the GetItem operation.GetItemResultAmazonDynamoDBClient. getItem(GetItemRequest getItemRequest)The GetItem operation returns a set of attributes for the item with the given primary key.GetItemResultAmazonDynamoDBClient. getItem(String tableName, Map<String,AttributeValue> key)GetItemResultAmazonDynamoDBClient. getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type GetItemResult Modifier and Type Method Description Future<GetItemResult>AbstractAmazonDynamoDBAsync. getItemAsync(GetItemRequest request)Future<GetItemResult>AbstractAmazonDynamoDBAsync. getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Future<GetItemResult>AbstractAmazonDynamoDBAsync. getItemAsync(String tableName, Map<String,AttributeValue> key)Simplified method form for invoking the GetItem operation.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)Simplified method form for invoking the GetItem operation.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)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>AmazonDynamoDBAsync. getItemAsync(String tableName, Map<String,AttributeValue> key)Simplified method form for invoking the GetItem operation.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)Simplified method form for invoking the GetItem operation.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)Future<GetItemResult>AmazonDynamoDBAsyncClient. getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)Future<GetItemResult>AmazonDynamoDBAsyncClient. getItemAsync(String tableName, Map<String,AttributeValue> key)Simplified method form for invoking the GetItem operation.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)Simplified method form for invoking the GetItem operation.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.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type GetItemResult 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 GetItemResult in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return GetItemResult Modifier and Type Method Description GetItemResultGetItemOutcome. getGetItemResult()Returns a non-null low-level result returned from the server side.Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type GetItemResult Constructor Description GetItemOutcome(GetItemResult result) -
Uses of GetItemResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GetItemResult Modifier and Type Method Description GetItemResultGetItemResult. addItemEntry(String key, AttributeValue value)GetItemResultGetItemResult. clearItemEntries()Removes all the entries added into Item.GetItemResultGetItemResult. clone()GetItemResultGetItemResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)GetItemResultGetItemResult. withItem(Map<String,AttributeValue> item)A map of attribute names to AttributeValue objects, as specified by AttributesToGet.
-