public interface DevicesHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Exception exception)
This method is called upon encountering errors during this operation.
|
void |
onSuccess(java.util.List<CognitoDevice> devices)
This method is called on successfully fetching devices for a user.
|
void onSuccess(java.util.List<CognitoDevice> devices)
device contains all devices linked the user.devices - REQUIRED: List of all devices linked to this user.void onFailure(java.lang.Exception exception)
exception for the cause of this exception.exception - REQUIRED: Failure details.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.