Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetItemRequest
-
Packages that use GetItemRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of GetItemRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type GetItemRequest Modifier and Type Method Description default CompletableFuture<GetItemResponse>
DynamoDbAsyncClient. getItem(GetItemRequest getItemRequest)
TheGetItem
operation returns a set of attributes for the item with the given primary key.default GetItemResponse
DynamoDbClient. getItem(GetItemRequest getItemRequest)
TheGetItem
operation returns a set of attributes for the item with the given primary key. -
Uses of GetItemRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type GetItemRequest Modifier and Type Method Description SdkHttpFullRequest
GetItemRequestMarshaller. marshall(GetItemRequest getItemRequest)
-