Class LowLevelResultListener<R>
java.lang.Object
com.amazonaws.services.dynamodbv2.document.LowLevelResultListener<R>
- Type Parameters:
R
- low level result type
Can be used to listen to the event of receiving a low level result of type R
from the server side.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> LowLevelResultListener<T>
none()
abstract void
onLowLevelResult
(R lowLevelResult)
-
Field Details
-
NONE
-
-
Constructor Details
-
LowLevelResultListener
public LowLevelResultListener()
-
-
Method Details
-
none
-
onLowLevelResult
-