Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.TimestreamConfig
-
Packages that use TimestreamConfig Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of TimestreamConfig in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return TimestreamConfig Modifier and Type Method Description TimestreamConfigDataDestinationConfig. timestreamConfig()The Amazon Timestream table where the campaign sends data.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type TimestreamConfig Modifier and Type Method Description static DataDestinationConfigDataDestinationConfig. fromTimestreamConfig(TimestreamConfig timestreamConfig)Create an instance of this class withDataDestinationConfig.timestreamConfig()initialized to the given value.DataDestinationConfig.BuilderDataDestinationConfig.Builder. timestreamConfig(TimestreamConfig timestreamConfig)The Amazon Timestream table where the campaign sends data.
-