| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchrum.model |
| Modifier and Type | Method and Description |
|---|---|
UserDetails |
UserDetails.clone() |
UserDetails |
PutRumEventsRequest.getUserDetails()
A structure that contains information about the user session that this batch of events was collected from.
|
UserDetails |
UserDetails.withSessionId(String sessionId)
The session ID that the performance events are from.
|
UserDetails |
UserDetails.withUserId(String userId)
The ID of the user for this user session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutRumEventsRequest.setUserDetails(UserDetails userDetails)
A structure that contains information about the user session that this batch of events was collected from.
|
PutRumEventsRequest |
PutRumEventsRequest.withUserDetails(UserDetails userDetails)
A structure that contains information about the user session that this batch of events was collected from.
|
Copyright © 2024. All rights reserved.