Uses of Interface
software.amazon.awssdk.services.iot1clickdevices.model.ListDeviceEventsRequest.Builder
-
Packages that use ListDeviceEventsRequest.Builder 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 -
-
Uses of ListDeviceEventsRequest.Builder in software.amazon.awssdk.services.iot1clickdevices
Method parameters in software.amazon.awssdk.services.iot1clickdevices with type arguments of type ListDeviceEventsRequest.Builder 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 ListDeviceEventsResponseIot1ClickDevicesClient. listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device. -
Uses of ListDeviceEventsRequest.Builder in software.amazon.awssdk.services.iot1clickdevices.model
Methods in software.amazon.awssdk.services.iot1clickdevices.model that return ListDeviceEventsRequest.Builder Modifier and Type Method Description static ListDeviceEventsRequest.BuilderListDeviceEventsRequest. builder()ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. deviceId(String deviceId)The unique identifier of the device.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. fromTimeStamp(Instant fromTimeStamp)The start date for the device event query, in ISO8061 format.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per request.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. nextToken(String nextToken)The token to retrieve the next set of results.ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeviceEventsRequest.BuilderListDeviceEventsRequest. toBuilder()ListDeviceEventsRequest.BuilderListDeviceEventsRequest.Builder. toTimeStamp(Instant toTimeStamp)The end date for the device event query, in ISO8061 format.Methods in software.amazon.awssdk.services.iot1clickdevices.model that return types with arguments of type ListDeviceEventsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeviceEventsRequest.Builder>ListDeviceEventsRequest. serializableBuilderClass()
-