public interface GenericHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Exception exception)
This callback method is invoked when call has failed.
|
void |
onSuccess()
This callback method is invoked when the call has successfully completed.
|
void onSuccess()
void onFailure(java.lang.Exception exception)
exception for cause.exception - REQUIRED: Failure details.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.