Uses of Interface
com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
Packages that use UpdateBuilder
-
Uses of UpdateBuilder in com.agorapulse.micronaut.aws.dynamodb.builder
Methods in com.agorapulse.micronaut.aws.dynamodb.builder that return UpdateBuilderModifier and TypeMethodDescriptionAdd a difference to particular attribute of the entity.default UpdateBuilder<T>Configures the native update request.UpdateBuilder.configure(Consumer<com.amazonaws.services.dynamodbv2.model.UpdateItemRequest> configurer) Configures the native update request.Deletes the value of the particular attribute of the entity.Sets the hash key value of the updated entity.Sets a particular attribute of the entity.Sets the range key value of the updated entity.default UpdateBuilder<T>UpdateBuilder.returnAllNew(groovy.lang.Closure<Object> mapper) Declares that the update operation will return all new values.default UpdateBuilder<T>UpdateBuilder.returnAllNew(Function<T, ?> mapper) Declares that the update operation will return all new values.default UpdateBuilder<T>UpdateBuilder.returnAllOld(groovy.lang.Closure<Object> mapper) Declares that the update operation will return all previous values.default UpdateBuilder<T>UpdateBuilder.returnAllOld(Function<T, ?> mapper) Declares that the update operation will return all previous values.default UpdateBuilder<T>UpdateBuilder.returnNone()Declares that the update operation will not return any value.default UpdateBuilder<T>UpdateBuilder.returns(com.amazonaws.services.dynamodbv2.model.ReturnValue returnValue) Declares a return value of the update operation.default UpdateBuilder<T>UpdateBuilder.returns(com.amazonaws.services.dynamodbv2.model.ReturnValue returnValue, groovy.lang.Closure<Object> mapper) Declares a return value of the update operation.UpdateBuilder.returns(com.amazonaws.services.dynamodbv2.model.ReturnValue returnValue, Function<T, ?> mapper) Declares a return value of the update operation.default UpdateBuilder<T>UpdateBuilder.returnUpdatedNew(groovy.lang.Closure<Object> mapper) Declares that the update operation will only return updated new values.default UpdateBuilder<T>UpdateBuilder.returnUpdatedNew(Function<T, ?> mapper) Declares that the update operation will only return updated new values.default UpdateBuilder<T>UpdateBuilder.returnUpdatedOld(groovy.lang.Closure<Object> mapper) Declares that the update operation will only return updated previous values.default UpdateBuilder<T>UpdateBuilder.returnUpdatedOld(Function<T, ?> mapper) Declares that the update operation will only return updated previous values.static <T> UpdateBuilder<T>Creates update builder for given DynamoDB entity.static <T> UpdateBuilder<T>Builders.update(Class<T> type, groovy.lang.Closure<UpdateBuilder<T>> definition) Creates update builder for given DynamoDB entity.static <T> UpdateBuilder<T>Builders.update(Class<T> type, Consumer<UpdateBuilder<T>> definition) Creates update builder for given DynamoDB entity.Method parameters in com.agorapulse.micronaut.aws.dynamodb.builder with type arguments of type UpdateBuilderModifier and TypeMethodDescriptionstatic <T> UpdateBuilder<T>Builders.update(Class<T> type, groovy.lang.Closure<UpdateBuilder<T>> definition) Creates update builder for given DynamoDB entity.static <T> UpdateBuilder<T>Builders.update(Class<T> type, Consumer<UpdateBuilder<T>> definition) Creates update builder for given DynamoDB entity.