Uses of Class
com.amazonaws.services.dynamodbv2.model.GetItemResult
Packages that use GetItemResult
Package
Description
-
Uses of GetItemResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return GetItemResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.getItem(GetItemRequest request) AbstractAmazonDynamoDB.getItem(String tableName, Map<String, AttributeValue> key) AbstractAmazonDynamoDB.getItem(String tableName, Map<String, AttributeValue> key, Boolean consistentRead) AmazonDynamoDB.getItem(GetItemRequest getItemRequest) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDB.getItem(String tableName, Map<String, AttributeValue> key) Simplified method form for invoking the GetItem operation.Simplified method form for invoking the GetItem operation.AmazonDynamoDBClient.getItem(GetItemRequest getItemRequest) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDBClient.getItem(String tableName, Map<String, AttributeValue> key) AmazonDynamoDBClient.getItem(String tableName, Map<String, AttributeValue> key, Boolean consistentRead) Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type GetItemResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.getItemAsync(GetItemRequest request) AbstractAmazonDynamoDBAsync.getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) AbstractAmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key) Simplified method form for invoking the GetItem operation.AbstractAmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, Boolean consistentRead) Simplified method form for invoking the GetItem operation.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.AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key) Simplified method form for invoking the GetItem operation.AmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.AmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, Boolean consistentRead) Simplified method form for invoking the GetItem operation.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.AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest request) AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) AmazonDynamoDBAsyncClient.getItemAsync(String tableName, Map<String, AttributeValue> key) Simplified method form for invoking the GetItem operation.AmazonDynamoDBAsyncClient.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.getItemAsync(String tableName, Map<String, AttributeValue> key, Boolean consistentRead) Simplified method form for invoking the GetItem operation.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 GetItemResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) AbstractAmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.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.AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) The GetItem operation returns a set of attributes for the item with the given primary key.AmazonDynamoDBAsync.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.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.AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest request, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) AmazonDynamoDBAsyncClient.getItemAsync(String tableName, Map<String, AttributeValue> key, AsyncHandler<GetItemRequest, GetItemResult> asyncHandler) Simplified method form for invoking the GetItem operation with an AsyncHandler.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 GetItemResultModifier and TypeMethodDescriptionGetItemOutcome.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 -
Uses of GetItemResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GetItemResultModifier and TypeMethodDescriptionGetItemResult.addItemEntry(String key, AttributeValue value) GetItemResult.clearItemEntries()Removes all the entries added into Item.GetItemResult.clone()GetItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity) GetItemResult.withItem(Map<String, AttributeValue> item) A map of attribute names to AttributeValue objects, as specified by AttributesToGet.