Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetItemResponse
Packages that use GetItemResponse
-
Uses of GetItemResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return GetItemResponseModifier and TypeMethodDescriptiondefault 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 GetItemResponseModifier and TypeMethodDescriptiondefault 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.