| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.clone() |
Session |
Event.getSession()
Information about the session in which the event occurred.
|
Session |
Session.withDuration(Integer duration)
The duration of the session, in milliseconds.
|
Session |
Session.withId(String id)
The unique identifier for the session.
|
Session |
Session.withStartTimestamp(String startTimestamp)
The date and time when the session began.
|
Session |
Session.withStopTimestamp(String stopTimestamp)
The date and time when the session ended.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setSession(Session session)
Information about the session in which the event occurred.
|
Event |
Event.withSession(Session session)
Information about the session in which the event occurred.
|
Copyright © 2024. All rights reserved.