| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CollectionScheme |
CollectionScheme.clone() |
CollectionScheme |
CreateCampaignRequest.getCollectionScheme()
The data collection scheme associated with the campaign.
|
CollectionScheme |
GetCampaignResult.getCollectionScheme()
Information about the data collection scheme associated with the campaign.
|
CollectionScheme |
CollectionScheme.withConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
|
CollectionScheme |
CollectionScheme.withTimeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCampaignRequest.setCollectionScheme(CollectionScheme collectionScheme)
The data collection scheme associated with the campaign.
|
void |
GetCampaignResult.setCollectionScheme(CollectionScheme collectionScheme)
Information about the data collection scheme associated with the campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withCollectionScheme(CollectionScheme collectionScheme)
The data collection scheme associated with the campaign.
|
GetCampaignResult |
GetCampaignResult.withCollectionScheme(CollectionScheme collectionScheme)
Information about the data collection scheme associated with the campaign.
|
Copyright © 2024. All rights reserved.