Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.TimeBasedCollectionScheme
-
Packages that use TimeBasedCollectionScheme Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of TimeBasedCollectionScheme in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return TimeBasedCollectionScheme Modifier and Type Method Description TimeBasedCollectionSchemeCollectionScheme. timeBasedCollectionScheme()Information about a collection scheme that uses a time period to decide how often to collect data.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type TimeBasedCollectionScheme Modifier and Type Method Description static CollectionSchemeCollectionScheme. fromTimeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)Create an instance of this class withCollectionScheme.timeBasedCollectionScheme()initialized to the given value.CollectionScheme.BuilderCollectionScheme.Builder. timeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)Information about a collection scheme that uses a time period to decide how often to collect data.
-