Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetItemRequest
Packages that use GetItemRequest
Package
Description
-
Uses of GetItemRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type GetItemRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetItemResponse>DynamoDbAsyncClient.getItem(GetItemRequest 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. -
Uses of GetItemRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type GetItemRequestModifier and TypeMethodDescriptionGetItemRequestMarshaller.marshall(GetItemRequest getItemRequest)