| Package | Description |
|---|---|
| com.amazonaws.mobile.client |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
DeviceOperations.list()
Lists the devices attached to the user's account.
|
ListDevicesResult |
DeviceOperations.list(Integer limit,
String paginationToken)
Lists the devices attached to the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceOperations.list(Callback<ListDevicesResult> callback)
Lists the devices attached to the user's account.
|
void |
DeviceOperations.list(Integer limit,
String paginationToken,
Callback<ListDevicesResult> callback)
Lists the devices attached to the user's account.
|
Copyright © 2020. All rights reserved.