| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchrum.model |
| Modifier and Type | Method and Description |
|---|---|
RumEvent |
RumEvent.clone() |
RumEvent |
RumEvent.withDetails(String details)
A string containing details about the event.
|
RumEvent |
RumEvent.withId(String id)
A unique ID for this event.
|
RumEvent |
RumEvent.withMetadata(String metadata)
Metadata about this event, which contains a JSON serialization of the identity of the user for this session.
|
RumEvent |
RumEvent.withTimestamp(Date timestamp)
The exact time that this event occurred.
|
RumEvent |
RumEvent.withType(String type)
The JSON schema that denotes the type of event this is, such as a page load or a new session.
|
| Modifier and Type | Method and Description |
|---|---|
List<RumEvent> |
PutRumEventsRequest.getRumEvents()
An array of structures that contain the telemetry event data.
|
| Modifier and Type | Method and Description |
|---|---|
PutRumEventsRequest |
PutRumEventsRequest.withRumEvents(RumEvent... rumEvents)
An array of structures that contain the telemetry event data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutRumEventsRequest.setRumEvents(Collection<RumEvent> rumEvents)
An array of structures that contain the telemetry event data.
|
PutRumEventsRequest |
PutRumEventsRequest.withRumEvents(Collection<RumEvent> rumEvents)
An array of structures that contain the telemetry event data.
|
Copyright © 2023. All rights reserved.