Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ReturnValue
Packages that use ReturnValue
-
Uses of ReturnValue in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReturnValueModifier and TypeMethodDescriptionstatic ReturnValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReturnValueDeleteItemRequest.returnValues()UseReturnValuesif you want to get the item attributes as they appeared before they were deleted.final ReturnValuePutItemRequest.returnValues()UseReturnValuesif you want to get the item attributes as they appeared before they were updated with thePutItemrequest.final ReturnValueUpdateItemRequest.returnValues()UseReturnValuesif you want to get the item attributes as they appear before or after they are successfully updated.static ReturnValueReturns the enum constant of this type with the specified name.static ReturnValue[]ReturnValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReturnValueMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReturnValueModifier and TypeMethodDescriptionDeleteItemRequest.Builder.returnValues(ReturnValue returnValues) UseReturnValuesif you want to get the item attributes as they appeared before they were deleted.PutItemRequest.Builder.returnValues(ReturnValue returnValues) UseReturnValuesif you want to get the item attributes as they appeared before they were updated with thePutItemrequest.UpdateItemRequest.Builder.returnValues(ReturnValue returnValues) UseReturnValuesif you want to get the item attributes as they appear before or after they are successfully updated.