Uses of Class
software.amazon.awssdk.services.rum.model.CustomEvents
-
Packages that use CustomEvents Package Description software.amazon.awssdk.services.rum.model -
-
Uses of CustomEvents in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return CustomEvents Modifier and Type Method Description CustomEventsAppMonitor. customEvents()Specifies whether this app monitor allows the web client to define and send custom events.CustomEventsCreateAppMonitorRequest. customEvents()Specifies whether this app monitor allows the web client to define and send custom events.CustomEventsUpdateAppMonitorRequest. customEvents()Specifies whether this app monitor allows the web client to define and send custom events.Methods in software.amazon.awssdk.services.rum.model with parameters of type CustomEvents Modifier and Type Method Description AppMonitor.BuilderAppMonitor.Builder. customEvents(CustomEvents customEvents)Specifies whether this app monitor allows the web client to define and send custom events.CreateAppMonitorRequest.BuilderCreateAppMonitorRequest.Builder. customEvents(CustomEvents customEvents)Specifies whether this app monitor allows the web client to define and send custom events.UpdateAppMonitorRequest.BuilderUpdateAppMonitorRequest.Builder. customEvents(CustomEvents customEvents)Specifies whether this app monitor allows the web client to define and send custom events.
-