Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetItemResponse
-
Packages that use GetItemResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of GetItemResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return GetItemResponse Modifier and Type Method Description default GetItemResponseDynamoDbClient. getItem(Consumer<GetItemRequest.Builder> getItemRequest)TheGetItemoperation returns a set of attributes for the item with the given primary key.default GetItemResponseDynamoDbClient. getItem(GetItemRequest getItemRequest)TheGetItemoperation returns a set of attributes for the item with the given primary key.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type GetItemResponse Modifier and Type Method Description default CompletableFuture<GetItemResponse>DynamoDbAsyncClient. getItem(Consumer<GetItemRequest.Builder> getItemRequest)TheGetItemoperation returns a set of attributes for the item with the given primary key.default CompletableFuture<GetItemResponse>DynamoDbAsyncClient. getItem(GetItemRequest getItemRequest)TheGetItemoperation returns a set of attributes for the item with the given primary key.
-