| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static TriggerMode |
TriggerMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TriggerMode |
ConditionBasedCollectionScheme.triggerMode()
Whether to collect data for all triggering events (
ALWAYS). |
static TriggerMode |
TriggerMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerMode[] |
TriggerMode.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<TriggerMode> |
TriggerMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ConditionBasedCollectionScheme.Builder |
ConditionBasedCollectionScheme.Builder.triggerMode(TriggerMode triggerMode)
Whether to collect data for all triggering events (
ALWAYS). |
Copyright © 2022. All rights reserved.