Uses of Class
software.amazon.awssdk.services.evidently.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of Event in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type Event Modifier and Type Method Description List<Event>PutProjectEventsRequest. events()An array of event structures that contain the performance data that is being sent to Evidently.Methods in software.amazon.awssdk.services.evidently.model with parameters of type Event Modifier and Type Method Description PutProjectEventsRequest.BuilderPutProjectEventsRequest.Builder. events(Event... events)An array of event structures that contain the performance data that is being sent to Evidently.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type Event Modifier and Type Method Description PutProjectEventsRequest.BuilderPutProjectEventsRequest.Builder. events(Collection<Event> events)An array of event structures that contain the performance data that is being sent to Evidently.
-