| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionBasedCollectionScheme |
ConditionBasedCollectionScheme.clone() |
ConditionBasedCollectionScheme |
CollectionScheme.getConditionBasedCollectionScheme()
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
|
ConditionBasedCollectionScheme |
ConditionBasedCollectionScheme.withConditionLanguageVersion(Integer conditionLanguageVersion)
Specifies the version of the conditional expression language.
|
ConditionBasedCollectionScheme |
ConditionBasedCollectionScheme.withExpression(String expression)
The logical expression used to recognize what data to collect.
|
ConditionBasedCollectionScheme |
ConditionBasedCollectionScheme.withMinimumTriggerIntervalMs(Long minimumTriggerIntervalMs)
The minimum duration of time between two triggering events to collect data, in milliseconds.
|
ConditionBasedCollectionScheme |
ConditionBasedCollectionScheme.withTriggerMode(String triggerMode)
Whether to collect data for all triggering events (
ALWAYS). |
ConditionBasedCollectionScheme |
ConditionBasedCollectionScheme.withTriggerMode(TriggerMode triggerMode)
Whether to collect data for all triggering events (
ALWAYS). |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionScheme.setConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
|
CollectionScheme |
CollectionScheme.withConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
|
Copyright © 2023. All rights reserved.