Uses of Class
software.amazon.awssdk.services.rum.model.CustomEventsStatus
-
Packages that use CustomEventsStatus Package Description software.amazon.awssdk.services.rum.model -
-
Uses of CustomEventsStatus in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return CustomEventsStatus Modifier and Type Method Description static CustomEventsStatusCustomEventsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomEventsStatusCustomEvents. status()Specifies whether this app monitor allows the web client to define and send custom events.static CustomEventsStatusCustomEventsStatus. 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.Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type CustomEventsStatus Modifier and Type Method Description static Set<CustomEventsStatus>CustomEventsStatus. knownValues()Methods in software.amazon.awssdk.services.rum.model with parameters of type CustomEventsStatus Modifier and Type Method Description CustomEvents.BuilderCustomEvents.Builder. status(CustomEventsStatus status)Specifies whether this app monitor allows the web client to define and send custom events.
-