| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CollectionScheme |
GetCampaignResponse.collectionScheme()
Information about the data collection scheme associated with the campaign.
|
CollectionScheme |
CreateCampaignRequest.collectionScheme()
The data collection scheme associated with the campaign.
|
static CollectionScheme |
CollectionScheme.fromConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Create an instance of this class with
conditionBasedCollectionScheme() initialized to the given value. |
static CollectionScheme |
CollectionScheme.fromConditionBasedCollectionScheme(Consumer<ConditionBasedCollectionScheme.Builder> conditionBasedCollectionScheme)
Create an instance of this class with
conditionBasedCollectionScheme() initialized to the given value. |
static CollectionScheme |
CollectionScheme.fromTimeBasedCollectionScheme(Consumer<TimeBasedCollectionScheme.Builder> timeBasedCollectionScheme)
Create an instance of this class with
timeBasedCollectionScheme() initialized to the given value. |
static CollectionScheme |
CollectionScheme.fromTimeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)
Create an instance of this class with
timeBasedCollectionScheme() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResponse.Builder |
GetCampaignResponse.Builder.collectionScheme(CollectionScheme collectionScheme)
Information about the data collection scheme associated with the campaign.
|
CreateCampaignRequest.Builder |
CreateCampaignRequest.Builder.collectionScheme(CollectionScheme collectionScheme)
The data collection scheme associated with the campaign.
|
Copyright © 2022. All rights reserved.