| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default GetItemResponse |
DynamoDbClient.getItem(Consumer<GetItemRequest.Builder> getItemRequest)
The
GetItem operation returns a set of attributes for the item with the given primary key. |
default GetItemResponse |
DynamoDbClient.getItem(GetItemRequest getItemRequest)
The
GetItem operation returns a set of attributes for the item with the given primary key. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetItemResponse> |
DynamoDbAsyncClient.getItem(Consumer<GetItemRequest.Builder> getItemRequest)
The
GetItem operation returns a set of attributes for the item with the given primary key. |
default CompletableFuture<GetItemResponse> |
DynamoDbAsyncClient.getItem(GetItemRequest getItemRequest)
The
GetItem operation returns a set of attributes for the item with the given primary key. |
Copyright © 2019. All rights reserved.