| 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 |
|---|---|
ListDeviceEventsResult |
AWSIoT1ClickDevices.listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
ListDeviceEventsResult |
AWSIoT1ClickDevicesClient.listDeviceEvents(ListDeviceEventsRequest request)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
ListDeviceEventsResult |
AbstractAWSIoT1ClickDevices.listDeviceEvents(ListDeviceEventsRequest request) |
Future<ListDeviceEventsResult> |
AWSIoT1ClickDevicesAsyncClient.listDeviceEventsAsync(ListDeviceEventsRequest request) |
Future<ListDeviceEventsResult> |
AWSIoT1ClickDevicesAsync.listDeviceEventsAsync(ListDeviceEventsRequest listDeviceEventsRequest)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
Future<ListDeviceEventsResult> |
AbstractAWSIoT1ClickDevicesAsync.listDeviceEventsAsync(ListDeviceEventsRequest request) |
Future<ListDeviceEventsResult> |
AWSIoT1ClickDevicesAsyncClient.listDeviceEventsAsync(ListDeviceEventsRequest request,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler) |
Future<ListDeviceEventsResult> |
AWSIoT1ClickDevicesAsync.listDeviceEventsAsync(ListDeviceEventsRequest listDeviceEventsRequest,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
Future<ListDeviceEventsResult> |
AbstractAWSIoT1ClickDevicesAsync.listDeviceEventsAsync(ListDeviceEventsRequest request,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeviceEventsResult> |
AWSIoT1ClickDevicesAsyncClient.listDeviceEventsAsync(ListDeviceEventsRequest request,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler) |
Future<ListDeviceEventsResult> |
AWSIoT1ClickDevicesAsync.listDeviceEventsAsync(ListDeviceEventsRequest listDeviceEventsRequest,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
Future<ListDeviceEventsResult> |
AbstractAWSIoT1ClickDevicesAsync.listDeviceEventsAsync(ListDeviceEventsRequest request,
AsyncHandler<ListDeviceEventsRequest,ListDeviceEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsRequest |
ListDeviceEventsRequest.clone() |
ListDeviceEventsRequest |
ListDeviceEventsRequest.withDeviceId(String deviceId)
The unique identifier of the device.
|
ListDeviceEventsRequest |
ListDeviceEventsRequest.withFromTimeStamp(Date fromTimeStamp)
The start date for the device event query, in ISO8061 format.
|
ListDeviceEventsRequest |
ListDeviceEventsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListDeviceEventsRequest |
ListDeviceEventsRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListDeviceEventsRequest |
ListDeviceEventsRequest.withToTimeStamp(Date toTimeStamp)
The end date for the device event query, in ISO8061 format.
|
Copyright © 2020. All rights reserved.