Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.ListDeviceEventsResponse
-
Packages that use ListDeviceEventsResponse Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service. -
-
Uses of ListDeviceEventsResponse in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices that return ListDeviceEventsResponse Modifier and Type Method Description default ListDeviceEventsResponseIot1ClickDevicesClient. listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.default ListDeviceEventsResponseIot1ClickDevicesClient. listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.Methods in software.amazon.awssdk.services.iot1clickdevices that return types with arguments of type ListDeviceEventsResponse Modifier and Type Method 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.
-