Uses of Class
io.opentelemetry.sdk.logs.data.EmptyBody
-
Packages that use EmptyBody Package Description io.opentelemetry.sdk.logs.data The data format to model logs for export. -
-
Uses of EmptyBody in io.opentelemetry.sdk.logs.data
Methods in io.opentelemetry.sdk.logs.data that return EmptyBody Modifier and Type Method Description static EmptyBody
EmptyBody. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EmptyBody[]
EmptyBody. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-