| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceEvent.Builder |
DeviceEvent.builder() |
default DeviceEvent.Builder |
DeviceEvent.Builder.device(Consumer<Device.Builder> device)
An object representing the device associated with the event.
|
DeviceEvent.Builder |
DeviceEvent.Builder.device(Device device)
An object representing the device associated with the event.
|
DeviceEvent.Builder |
DeviceEvent.Builder.stdEvent(String stdEvent)
A serialized JSON object representing the device-type specific event.
|
DeviceEvent.Builder |
DeviceEvent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeviceEvent.Builder> |
DeviceEvent.serializableBuilderClass() |
Copyright © 2020. All rights reserved.