| Package | Description |
|---|---|
| com.amazonaws.mobile.client | |
| com.amazonaws.mobile.client.results |
| Modifier and Type | Method and Description |
|---|---|
Device |
DeviceOperations.get()
Retrieves the device information for this device.
|
Device |
DeviceOperations.get(String deviceId)
Retrieves the device information for the device id provided.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceOperations.get(Callback<Device> callback)
Retrieves the device information for this device.
|
void |
DeviceOperations.get(String deviceId,
Callback<Device> callback)
Retrieves the device information for the device id provided.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
ListDevicesResult.getDevices() |
| Constructor and Description |
|---|
ListDevicesResult(List<Device> devices,
String paginationToken) |
Copyright © 2020. All rights reserved.