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 GetItemResult
AbstractAmazonDynamoDB. getItem(GetItemRequest request)
GetItemResult
AbstractAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key)
GetItemResult
AbstractAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)
GetItemResult
AmazonDynamoDB. getItem(GetItemRequest getItemRequest)
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)
Simplified method form for invoking the GetItem operation.GetItemResult
AmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)
Simplified method form for invoking the GetItem operation.GetItemResult
AmazonDynamoDBClient. 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)
GetItemResult
AmazonDynamoDBClient. 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 GetItemResult
GetItemOutcome. 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 GetItemResult
GetItemResult. addItemEntry(String key, AttributeValue value)
GetItemResult
GetItemResult. clearItemEntries()
Removes all the entries added into Item.GetItemResult
GetItemResult. clone()
GetItemResult
GetItemResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)
GetItemResult
GetItemResult. withItem(Map<String,AttributeValue> item)
A map of attribute names to AttributeValue objects, as specified by AttributesToGet.
-