Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.UpdateItemEnhancedResponse
Packages that use UpdateItemEnhancedResponse
Package
Description
-
Uses of UpdateItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return UpdateItemEnhancedResponseModifier and TypeMethodDescriptiondefault UpdateItemEnhancedResponse<T>DynamoDbTable.updateItemWithResponse(Consumer<UpdateItemEnhancedRequest.Builder<T>> requestConsumer) Updates an item in the mapped table, or adds it if it doesn't exist.default UpdateItemEnhancedResponse<T>DynamoDbTable.updateItemWithResponse(UpdateItemEnhancedRequest<T> request) Updates an item in the mapped table, or adds it if it doesn't exist.Methods in software.amazon.awssdk.enhanced.dynamodb that return types with arguments of type UpdateItemEnhancedResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateItemEnhancedResponse<T>>DynamoDbAsyncTable.updateItemWithResponse(Consumer<UpdateItemEnhancedRequest.Builder<T>> requestConsumer) Updates an item in the mapped table, or adds it if it doesn't exist.default CompletableFuture<UpdateItemEnhancedResponse<T>>DynamoDbAsyncTable.updateItemWithResponse(UpdateItemEnhancedRequest<T> request) Updates an item in the mapped table, or adds it if it doesn't exist. -
Uses of UpdateItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb.internal.client
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.client that return UpdateItemEnhancedResponseModifier and TypeMethodDescriptionDefaultDynamoDbTable.updateItemWithResponse(Consumer<UpdateItemEnhancedRequest.Builder<T>> requestConsumer) DefaultDynamoDbTable.updateItemWithResponse(UpdateItemEnhancedRequest<T> request) Methods in software.amazon.awssdk.enhanced.dynamodb.internal.client that return types with arguments of type UpdateItemEnhancedResponseModifier and TypeMethodDescriptionDefaultDynamoDbAsyncTable.updateItemWithResponse(Consumer<UpdateItemEnhancedRequest.Builder<T>> requestConsumer) DefaultDynamoDbAsyncTable.updateItemWithResponse(UpdateItemEnhancedRequest<T> request) -
Uses of UpdateItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.operations that return UpdateItemEnhancedResponseModifier and TypeMethodDescriptionUpdateItemOperation.transformResponse(UpdateItemResponse response, TableSchema<T> tableSchema, OperationContext operationContext, DynamoDbEnhancedClientExtension extension) -
Uses of UpdateItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return UpdateItemEnhancedResponse