Uses of Interface
software.amazon.awssdk.services.rum.model.CustomEvents.Builder
-
Packages that use CustomEvents.Builder Package Description software.amazon.awssdk.services.rum.model -
-
Uses of CustomEvents.Builder in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return CustomEvents.Builder Modifier and Type Method Description static CustomEvents.BuilderCustomEvents. builder()CustomEvents.BuilderCustomEvents.Builder. status(String status)Specifies whether this app monitor allows the web client to define and send custom events.CustomEvents.BuilderCustomEvents.Builder. status(CustomEventsStatus status)Specifies whether this app monitor allows the web client to define and send custom events.CustomEvents.BuilderCustomEvents. toBuilder()Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type CustomEvents.Builder Modifier and Type Method Description static Class<? extends CustomEvents.Builder>CustomEvents. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rum.model with type arguments of type CustomEvents.Builder Modifier and Type Method Description default AppMonitor.BuilderAppMonitor.Builder. customEvents(Consumer<CustomEvents.Builder> customEvents)Specifies whether this app monitor allows the web client to define and send custom events.default CreateAppMonitorRequest.BuilderCreateAppMonitorRequest.Builder. customEvents(Consumer<CustomEvents.Builder> customEvents)Specifies whether this app monitor allows the web client to define and send custom events.default UpdateAppMonitorRequest.BuilderUpdateAppMonitorRequest.Builder. customEvents(Consumer<CustomEvents.Builder> customEvents)Specifies whether this app monitor allows the web client to define and send custom events.
-