Uses of Interface
software.amazon.awssdk.services.pinpoint.model.Session.Builder
-
Packages that use Session.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Session.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Session.Builder Modifier and Type Method Description static Session.BuilderSession. builder()Session.BuilderSession.Builder. duration(Integer duration)The duration of the session, in milliseconds.Session.BuilderSession.Builder. id(String id)The unique identifier for the session.Session.BuilderSession.Builder. startTimestamp(String startTimestamp)The date and time when the session began.Session.BuilderSession.Builder. stopTimestamp(String stopTimestamp)The date and time when the session ended.Session.BuilderSession. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type Session.Builder Modifier and Type Method Description static Class<? extends Session.Builder>Session. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type Session.Builder Modifier and Type Method Description default Event.BuilderEvent.Builder. session(Consumer<Session.Builder> session)Information about the session in which the event occurred.
-