Uses of Class
org.leo.aws.ddb.data.PatchUpdate.Type
-
Packages that use PatchUpdate.Type Package Description org.leo.aws.ddb.data -
-
Uses of PatchUpdate.Type in org.leo.aws.ddb.data
Methods in org.leo.aws.ddb.data that return PatchUpdate.Type Modifier and Type Method Description PatchUpdate.TypePatchUpdate. getOp()static PatchUpdate.TypePatchUpdate.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchUpdate.Type[]PatchUpdate.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-