| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceEventType |
ListDeviceEventsRequest.eventType()
The event type to filter device events.
|
static DeviceEventType |
DeviceEventType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeviceEventType |
DeviceEvent.type()
The type of device event.
|
static DeviceEventType |
DeviceEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceEventType[] |
DeviceEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeviceEventType> |
DeviceEventType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceEventsRequest.Builder |
ListDeviceEventsRequest.Builder.eventType(DeviceEventType eventType)
The event type to filter device events.
|
DeviceEvent.Builder |
DeviceEvent.Builder.type(DeviceEventType type)
The type of device event.
|
Copyright © 2023. All rights reserved.