Uses of Class
software.amazon.awssdk.services.dynamodb.model.PutItemResponse
-
Packages that use PutItemResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of PutItemResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return PutItemResponse Modifier and Type Method Description default PutItemResponseDynamoDbClient. putItem(Consumer<PutItemRequest.Builder> 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type PutItemResponse Modifier and Type Method Description default CompletableFuture<PutItemResponse>DynamoDbAsyncClient. putItem(Consumer<PutItemRequest.Builder> putItemRequest)Creates a new item, or replaces an old item with a new item.default CompletableFuture<PutItemResponse>DynamoDbAsyncClient. putItem(PutItemRequest putItemRequest)Creates a new item, or replaces an old item with a new item.
-