Uses of Class
software.amazon.awssdk.services.rum.model.Telemetry
-
Packages that use Telemetry Package Description software.amazon.awssdk.services.rum.model -
-
Uses of Telemetry in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return Telemetry Modifier and Type Method Description static TelemetryTelemetry. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TelemetryTelemetry. valueOf(String name)Returns the enum constant of this type with the specified name.static Telemetry[]Telemetry. 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 Telemetry Modifier and Type Method Description static Set<Telemetry>Telemetry. knownValues()List<Telemetry>AppMonitorConfiguration. telemetries()An array that lists the types of telemetry data that this app monitor is to collect.Methods in software.amazon.awssdk.services.rum.model with parameters of type Telemetry Modifier and Type Method Description AppMonitorConfiguration.BuilderAppMonitorConfiguration.Builder. telemetries(Telemetry... telemetries)An array that lists the types of telemetry data that this app monitor is to collect.Method parameters in software.amazon.awssdk.services.rum.model with type arguments of type Telemetry Modifier and Type Method Description AppMonitorConfiguration.BuilderAppMonitorConfiguration.Builder. telemetries(Collection<Telemetry> telemetries)An array that lists the types of telemetry data that this app monitor is to collect.
-