| Package | Description |
|---|---|
| software.amazon.awssdk.services.rum.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomEvents.Builder |
CustomEvents.builder() |
CustomEvents.Builder |
CustomEvents.Builder.status(CustomEventsStatus status)
Specifies whether this app monitor allows the web client to define and send custom events.
|
CustomEvents.Builder |
CustomEvents.Builder.status(String status)
Specifies whether this app monitor allows the web client to define and send custom events.
|
CustomEvents.Builder |
CustomEvents.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomEvents.Builder> |
CustomEvents.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAppMonitorRequest.Builder |
UpdateAppMonitorRequest.Builder.customEvents(Consumer<CustomEvents.Builder> customEvents)
Specifies whether this app monitor allows the web client to define and send custom events.
|
default CreateAppMonitorRequest.Builder |
CreateAppMonitorRequest.Builder.customEvents(Consumer<CustomEvents.Builder> customEvents)
Specifies whether this app monitor allows the web client to define and send custom events.
|
default AppMonitor.Builder |
AppMonitor.Builder.customEvents(Consumer<CustomEvents.Builder> customEvents)
Specifies whether this app monitor allows the web client to define and send custom events.
|
Copyright © 2023. All rights reserved.