| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RUMEventProcessingState |
RUMEventProcessingState.ALL |
static RUMEventProcessingState |
RUMEventProcessingState.ERROR_FOCUSED_MODE |
static RUMEventProcessingState |
RUMEventProcessingState.NONE |
| Modifier and Type | Method and Description |
|---|---|
static RUMEventProcessingState |
RUMEventProcessingState.fromValue(String value) |
RUMEventProcessingState |
RUMApplicationUpdateAttributes.getRumEventProcessingState()
Configures which RUM events are processed and stored for the application.
|
RUMEventProcessingState |
RUMApplicationCreateAttributes.getRumEventProcessingState()
Configures which RUM events are processed and stored for the application.
|
RUMEventProcessingState |
RUMEventProcessingScale.getState()
Configures which RUM events are processed and stored for the application.
|
| Modifier and Type | Method and Description |
|---|---|
RUMApplicationUpdateAttributes |
RUMApplicationUpdateAttributes.rumEventProcessingState(RUMEventProcessingState rumEventProcessingState) |
RUMApplicationCreateAttributes |
RUMApplicationCreateAttributes.rumEventProcessingState(RUMEventProcessingState rumEventProcessingState) |
void |
RUMEventProcessingState.RUMEventProcessingStateSerializer.serialize(RUMEventProcessingState value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RUMApplicationUpdateAttributes.setRumEventProcessingState(RUMEventProcessingState rumEventProcessingState) |
void |
RUMApplicationCreateAttributes.setRumEventProcessingState(RUMEventProcessingState rumEventProcessingState) |
void |
RUMEventProcessingScale.setState(RUMEventProcessingState state) |
RUMEventProcessingScale |
RUMEventProcessingScale.state(RUMEventProcessingState state) |
| Constructor and Description |
|---|
RUMEventProcessingStateSerializer(Class<RUMEventProcessingState> t) |
Copyright © 2026. All rights reserved.