| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickdevices |
Describes all of the AWS IoT 1-Click device-related API operations for the service.
|
| com.amazonaws.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
AWSIoT1ClickDevicesClient.listDevices(ListDevicesRequest request)
Lists the 1-Click compatible devices associated with your AWS account.
|
ListDevicesResult |
AbstractAWSIoT1ClickDevices.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AWSIoT1ClickDevices.listDevices(ListDevicesRequest listDevicesRequest)
Lists the 1-Click compatible devices associated with your AWS account.
|
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Lists the 1-Click compatible devices associated with your AWS account.
|
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsyncClient.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AbstractAWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Lists the 1-Click compatible devices associated with your AWS account.
|
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AbstractAWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Lists the 1-Click compatible devices associated with your AWS account.
|
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AbstractAWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest |
ListDevicesRequest.clone() |
ListDevicesRequest |
ListDevicesRequest.withDeviceType(String deviceType)
The type of the device, such as "button".
|
ListDevicesRequest |
ListDevicesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListDevicesRequest |
ListDevicesRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
Copyright © 2019. All rights reserved.