| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickdevices |
Describes all of the AWS IoT 1-Click device-related API operations for the service.
|
| Modifier and Type | Method and Description |
|---|---|
default ListDeviceEventsResponse |
Iot1ClickDevicesClient.listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
default ListDeviceEventsResponse |
Iot1ClickDevicesClient.listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeviceEventsResponse> |
Iot1ClickDevicesAsyncClient.listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
default CompletableFuture<ListDeviceEventsResponse> |
Iot1ClickDevicesAsyncClient.listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
Copyright © 2020. All rights reserved.