Uses of Class
software.amazon.awssdk.services.iotsitewise.model.TimeInNanos
-
Packages that use TimeInNanos Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of TimeInNanos in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return TimeInNanos Modifier and Type Method Description TimeInNanosAssetPropertyValue. timestamp()The timestamp of the asset property value.TimeInNanosInterpolatedAssetPropertyValue. timestamp()Returns the value of the Timestamp property for this object.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type TimeInNanos Modifier and Type Method Description List<TimeInNanos>BatchPutAssetPropertyError. timestamps()A list of timestamps for each error, if any.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type TimeInNanos Modifier and Type Method Description AssetPropertyValue.BuilderAssetPropertyValue.Builder. timestamp(TimeInNanos timestamp)The timestamp of the asset property value.InterpolatedAssetPropertyValue.BuilderInterpolatedAssetPropertyValue.Builder. timestamp(TimeInNanos timestamp)Sets the value of the Timestamp property for this object.BatchPutAssetPropertyError.BuilderBatchPutAssetPropertyError.Builder. timestamps(TimeInNanos... timestamps)A list of timestamps for each error, if any.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type TimeInNanos Modifier and Type Method Description BatchPutAssetPropertyError.BuilderBatchPutAssetPropertyError.Builder. timestamps(Collection<TimeInNanos> timestamps)A list of timestamps for each error, if any.
-