Uses of Interface
software.amazon.awssdk.services.iot.model.LocationTimestamp.Builder
-
Packages that use LocationTimestamp.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of LocationTimestamp.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return LocationTimestamp.Builder Modifier and Type Method Description static LocationTimestamp.BuilderLocationTimestamp. builder()LocationTimestamp.BuilderLocationTimestamp. toBuilder()LocationTimestamp.BuilderLocationTimestamp.Builder. unit(String unit)The precision of the timestamp value that results from the expression described invalue.LocationTimestamp.BuilderLocationTimestamp.Builder. value(String value)An expression that returns a long epoch time value.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type LocationTimestamp.Builder Modifier and Type Method Description static Class<? extends LocationTimestamp.Builder>LocationTimestamp. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type LocationTimestamp.Builder Modifier and Type Method Description default LocationAction.BuilderLocationAction.Builder. timestamp(Consumer<LocationTimestamp.Builder> timestamp)The time that the location data was sampled.
-