Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.TracingType
-
Packages that use TracingType Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of TracingType in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return TracingType Modifier and Type Method Description static TracingTypeTracingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TracingTypeInfluxDBv2Parameters. tracingType()Enable tracing in InfluxDB and specifies the tracing type.static TracingTypeTracingType. valueOf(String name)Returns the enum constant of this type with the specified name.static TracingType[]TracingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type TracingType Modifier and Type Method Description static Set<TracingType>TracingType. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type TracingType Modifier and Type Method Description InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. tracingType(TracingType tracingType)Enable tracing in InfluxDB and specifies the tracing type.
-