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