| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withData(String data)
The event data.
|
Event |
Event.withTimestamp(Date timestamp)
The timestamp of the event.
|
Event |
Event.withType(EventType type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. |
Event |
Event.withType(String type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
PutProjectEventsRequest.getEvents()
An array of event structures that contain the performance data that is being sent to Evidently.
|
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsRequest |
PutProjectEventsRequest.withEvents(Event... events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutProjectEventsRequest.setEvents(Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
PutProjectEventsRequest |
PutProjectEventsRequest.withEvents(Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
Copyright © 2022. All rights reserved.