| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetItemResponse |
DynamoDbClient.getItem(GetItemRequest 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. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetItemRequestMarshaller.marshall(GetItemRequest getItemRequest) |
Copyright © 2019. All rights reserved.