| Package | Description |
|---|---|
| software.amazon.awssdk.services.rum.model |
| Modifier and Type | Method and Description |
|---|---|
static Telemetry |
Telemetry.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Telemetry |
Telemetry.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
AppMonitorConfiguration.Builder |
AppMonitorConfiguration.Builder.telemetries(Telemetry... telemetries)
An array that lists the types of telemetry data that this app monitor is to collect.
|
| Modifier and Type | Method and Description |
|---|---|
AppMonitorConfiguration.Builder |
AppMonitorConfiguration.Builder.telemetries(Collection<Telemetry> telemetries)
An array that lists the types of telemetry data that this app monitor is to collect.
|
Copyright © 2023. All rights reserved.