Uses of Interface
software.amazon.awssdk.services.ioteventsdata.model.TimestampValue.Builder
-
Packages that use TimestampValue.Builder Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of TimestampValue.Builder in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return TimestampValue.Builder Modifier and Type Method Description static TimestampValue.BuilderTimestampValue. builder()TimestampValue.BuilderTimestampValue.Builder. timeInMillis(Long timeInMillis)The value of the timestamp, in the Unix epoch format.TimestampValue.BuilderTimestampValue. toBuilder()Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type TimestampValue.Builder Modifier and Type Method Description static Class<? extends TimestampValue.Builder>TimestampValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type TimestampValue.Builder Modifier and Type Method Description default Message.BuilderMessage.Builder. timestamp(Consumer<TimestampValue.Builder> timestamp)The timestamp associated with the message.
-