| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.clone() |
Session |
Event.getSession()
The session
|
Session |
Session.withDuration(Integer duration)
Session duration in millis
|
Session |
Session.withId(String id)
A 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)
The session
|
Event |
Event.withSession(Session session)
The session
|
Copyright © 2018. All rights reserved.