| 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 |
AWSIoT1ClickDevices.listDevices(ListDevicesRequest listDevicesRequest)
Lists the 1-Click compatible devices associated with your AWS account.
|
ListDevicesResult |
AbstractAWSIoT1ClickDevices.listDevices(ListDevicesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsyncClient.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Lists the 1-Click compatible devices associated with your AWS account.
|
Future<ListDevicesResult> |
AbstractAWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Lists the 1-Click compatible devices associated with your AWS account.
|
Future<ListDevicesResult> |
AbstractAWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Lists the 1-Click compatible devices associated with your AWS account.
|
Future<ListDevicesResult> |
AbstractAWSIoT1ClickDevicesAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.clone() |
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceDescription> devices)
A list of devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceDescription... devices)
A list of devices.
|
ListDevicesResult |
ListDevicesResult.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
Copyright © 2023. All rights reserved.