Uses of Class
software.amazon.awssdk.services.dynamodb.model.PutItemRequest
Packages that use PutItemRequest
Package
Description
-
Uses of PutItemRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type PutItemRequestModifier and TypeMethodDescriptiondefault CompletableFuture<PutItemResponse>DynamoDbAsyncClient.putItem(PutItemRequest putItemRequest) Creates a new item, or replaces an old item with a new item.default PutItemResponseDynamoDbClient.putItem(PutItemRequest putItemRequest) Creates a new item, or replaces an old item with a new item. -
Uses of PutItemRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type PutItemRequestModifier and TypeMethodDescriptionPutItemRequestMarshaller.marshall(PutItemRequest putItemRequest)