| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface AsyncHandler<REQUEST extends AmazonWebServiceRequest,RESULT>
Callback interface for notification on web service requests executed with the asynchronous clients in the AWS SDK for Java.
| Method Summary | |
|---|---|
|  void | onError(java.lang.Exception exception)Invoked after an asynchronous request | 
|  void | onSuccess(REQUEST request,
          RESULT result)Invoked after an asynchronous request has completed successfully. | 
| Method Detail | 
|---|
void onError(java.lang.Exception exception)
exception - 
void onSuccess(REQUEST request,
               RESULT result)
request - The initial request created by the callerresult - The successful result of the executed operation.| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||