Uses of Class
software.amazon.awssdk.services.dynamodb.model.PutItemRequest
-
Packages that use PutItemRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of PutItemRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type PutItemRequest Modifier and Type Method Description default 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 PutItemRequest Modifier and Type Method Description SdkHttpFullRequestPutItemRequestMarshaller. marshall(PutItemRequest putItemRequest)
-