Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.UpdateItemEnhancedResponse
-
-
Uses of UpdateItemEnhancedResponse in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return UpdateItemEnhancedResponse Modifier and Type Method Description default 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 UpdateItemEnhancedResponse Modifier and Type Method Description default 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 UpdateItemEnhancedResponse Modifier and Type Method Description UpdateItemEnhancedResponse<T>
DefaultDynamoDbTable. updateItemWithResponse(Consumer<UpdateItemEnhancedRequest.Builder<T>> requestConsumer)
UpdateItemEnhancedResponse<T>
DefaultDynamoDbTable. updateItemWithResponse(UpdateItemEnhancedRequest<T> request)
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.client that return types with arguments of type UpdateItemEnhancedResponse Modifier and Type Method Description CompletableFuture<UpdateItemEnhancedResponse<T>>
DefaultDynamoDbAsyncTable. updateItemWithResponse(Consumer<UpdateItemEnhancedRequest.Builder<T>> requestConsumer)
CompletableFuture<UpdateItemEnhancedResponse<T>>
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 UpdateItemEnhancedResponse Modifier and Type Method Description UpdateItemEnhancedResponse<T>
UpdateItemOperation. 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 Modifier and Type Method Description UpdateItemEnhancedResponse<T>
UpdateItemEnhancedResponse.Builder. build()
-