| 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 |
AWSIoT1ClickDevicesClient.listDeviceEvents(ListDeviceEventsRequest request)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
ListDeviceEventsResult |
AWSIoT1ClickDevices.listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
ListDeviceEventsResult |
AbstractAWSIoT1ClickDevices.listDeviceEvents(ListDeviceEventsRequest request) |
| 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 |
|---|---|
ListDeviceEventsResult |
ListDeviceEventsResult.clone() |
ListDeviceEventsResult |
ListDeviceEventsResult.withEvents(Collection<DeviceEvent> events)
An array of zero or more elements describing the event(s) associated with the device.
|
ListDeviceEventsResult |
ListDeviceEventsResult.withEvents(DeviceEvent... events)
An array of zero or more elements describing the event(s) associated with the device.
|
ListDeviceEventsResult |
ListDeviceEventsResult.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
Copyright © 2023. All rights reserved.