| Package | Description |
|---|---|
| software.amazon.awssdk.services.rum.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomEventsStatus |
CustomEventsStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CustomEventsStatus |
CustomEvents.status()
Specifies whether this app monitor allows the web client to define and send custom events.
|
static CustomEventsStatus |
CustomEventsStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomEventsStatus[] |
CustomEventsStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CustomEventsStatus> |
CustomEventsStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CustomEvents.Builder |
CustomEvents.Builder.status(CustomEventsStatus status)
Specifies whether this app monitor allows the web client to define and send custom events.
|
Copyright © 2023. All rights reserved.