Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.StorageMinimumTimeToLive
-
Packages that use StorageMinimumTimeToLive Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of StorageMinimumTimeToLive in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return StorageMinimumTimeToLive Modifier and Type Method Description StorageMinimumTimeToLiveDataPartitionStorageOptions. minimumTimeToLive()The amount of time that data in this partition will be kept on disk.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type StorageMinimumTimeToLive Modifier and Type Method Description DataPartitionStorageOptions.BuilderDataPartitionStorageOptions.Builder. minimumTimeToLive(StorageMinimumTimeToLive minimumTimeToLive)The amount of time that data in this partition will be kept on disk.
-