Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.CollectionScheme
-
Packages that use CollectionScheme Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CollectionScheme in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return CollectionScheme Modifier and Type Method Description CollectionSchemeCreateCampaignRequest. collectionScheme()The data collection scheme associated with the campaign.CollectionSchemeGetCampaignResponse. collectionScheme()Information about the data collection scheme associated with the campaign.static CollectionSchemeCollectionScheme. fromConditionBasedCollectionScheme(Consumer<ConditionBasedCollectionScheme.Builder> conditionBasedCollectionScheme)Create an instance of this class withconditionBasedCollectionScheme()initialized to the given value.static CollectionSchemeCollectionScheme. fromConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)Create an instance of this class withconditionBasedCollectionScheme()initialized to the given value.static CollectionSchemeCollectionScheme. fromTimeBasedCollectionScheme(Consumer<TimeBasedCollectionScheme.Builder> timeBasedCollectionScheme)Create an instance of this class withtimeBasedCollectionScheme()initialized to the given value.static CollectionSchemeCollectionScheme. fromTimeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)Create an instance of this class withtimeBasedCollectionScheme()initialized to the given value.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type CollectionScheme Modifier and Type Method Description CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. collectionScheme(CollectionScheme collectionScheme)The data collection scheme associated with the campaign.GetCampaignResponse.BuilderGetCampaignResponse.Builder. collectionScheme(CollectionScheme collectionScheme)Information about the data collection scheme associated with the campaign.
-