Uses of Class
com.amazonaws.services.dynamodbv2.document.LowLevelResultListener
-
Packages that use LowLevelResultListener Package Description com.amazonaws.services.dynamodbv2.document -
-
Uses of LowLevelResultListener in com.amazonaws.services.dynamodbv2.document
Fields in com.amazonaws.services.dynamodbv2.document declared as LowLevelResultListener Modifier and Type Field Description static LowLevelResultListener<?>
LowLevelResultListener. NONE
Methods in com.amazonaws.services.dynamodbv2.document that return LowLevelResultListener Modifier and Type Method Description static <T> LowLevelResultListener<T>
LowLevelResultListener. none()
LowLevelResultListener<R>
ItemCollection. registerLowLevelResultListener(LowLevelResultListener<R> listener)
Used to register a listener for the event of receiving a low-level result from the server side.LowLevelResultListener<R>
TableCollection. registerLowLevelResultListener(LowLevelResultListener<R> listener)
Used to register a listener for the event of receiving a low-level result from the server side.Methods in com.amazonaws.services.dynamodbv2.document with parameters of type LowLevelResultListener Modifier and Type Method Description LowLevelResultListener<R>
ItemCollection. registerLowLevelResultListener(LowLevelResultListener<R> listener)
Used to register a listener for the event of receiving a low-level result from the server side.LowLevelResultListener<R>
TableCollection. registerLowLevelResultListener(LowLevelResultListener<R> listener)
Used to register a listener for the event of receiving a low-level result from the server side.
-