| 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.model |
| 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 CompletableFuture<ListDeviceEventsResponse> |
Iot1ClickDevicesAsyncClient.listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)
Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.builder() |
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.Builder.deviceId(String deviceId)
The unique identifier of the device.
|
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.Builder.fromTimeStamp(Instant fromTimeStamp)
The start date for the device event query, in ISO8061 format.
|
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.Builder.nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.toBuilder() |
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.Builder.toTimeStamp(Instant toTimeStamp)
The end date for the device event query, in ISO8061 format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeviceEventsRequest.Builder> |
ListDeviceEventsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.