Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReturnValue
-
Packages that use ReturnValue Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ReturnValue in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReturnValue Modifier and Type Method Description static ReturnValueReturnValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReturnValueDeleteItemRequest. returnValues()UseReturnValuesif you want to get the item attributes as they appeared before they were deleted.ReturnValuePutItemRequest. returnValues()UseReturnValuesif you want to get the item attributes as they appeared before they were updated with thePutItemrequest.ReturnValueUpdateItemRequest. returnValues()UseReturnValuesif you want to get the item attributes as they appear before or after they are successfully updated.static ReturnValueReturnValue. valueOf(String name)Returns 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 ReturnValue Modifier and Type Method Description static Set<ReturnValue>ReturnValue. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReturnValue Modifier and Type Method Description DeleteItemRequest.BuilderDeleteItemRequest.Builder. returnValues(ReturnValue returnValues)UseReturnValuesif you want to get the item attributes as they appeared before they were deleted.PutItemRequest.BuilderPutItemRequest.Builder. returnValues(ReturnValue returnValues)UseReturnValuesif you want to get the item attributes as they appeared before they were updated with thePutItemrequest.UpdateItemRequest.BuilderUpdateItemRequest.Builder. returnValues(ReturnValue returnValues)UseReturnValuesif you want to get the item attributes as they appear before or after they are successfully updated.
-