Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.ListDeviceEventsRequest
-
Packages that use ListDeviceEventsRequest Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service.software.amazon.awssdk.services.iot1clickdevices.transform -
-
Uses of ListDeviceEventsRequest in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices with parameters of type ListDeviceEventsRequest Modifier and Type Method Description default CompletableFuture<ListDeviceEventsResponse>Iot1ClickDevicesAsyncClient. listDeviceEvents(ListDeviceEventsRequest 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. -
Uses of ListDeviceEventsRequest in software.amazon.awssdk.services.iot1clickdevices.transform
Methods in software.amazon.awssdk.services.iot1clickdevices.transform with parameters of type ListDeviceEventsRequest Modifier and Type Method Description SdkHttpFullRequestListDeviceEventsRequestMarshaller. marshall(ListDeviceEventsRequest listDeviceEventsRequest)
-