Package org.leo.aws.ddb.data
Interface PatchUpdate
-
public interface PatchUpdate
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPatchUpdate.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchUpdate.TypegetOp()StringgetPath()StringgetValue()
-
-
-
Method Detail
-
getOp
PatchUpdate.Type getOp()
-
getPath
String getPath()
-
getValue
String getValue()
-
-