| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Feature |
DeviceStatusDetail.feature()
The list of available features on the device.
|
static Feature |
Feature.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Feature |
Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
StartDeviceSyncRequest.features()
Request structure to start the device sync.
|
static Set<Feature> |
Feature.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeviceStatusDetail.Builder |
DeviceStatusDetail.Builder.feature(Feature feature)
The list of available features on the device.
|
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.features(Feature... features)
Request structure to start the device sync.
|
| Modifier and Type | Method and Description |
|---|---|
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.features(Collection<Feature> features)
Request structure to start the device sync.
|
Copyright © 2023. All rights reserved.