Uses of Class
com.oracle.bmc.apmtraces.model.SpanLogCollection
-
Packages that use SpanLogCollection Package Description com.oracle.bmc.apmtraces.model -
-
Uses of SpanLogCollection in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return SpanLogCollection Modifier and Type Method Description SpanLogCollection
SpanLogCollection.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type SpanLogCollection Modifier and Type Method Description List<SpanLogCollection>
Span. getLogs()
List of logs associated with the span.Methods in com.oracle.bmc.apmtraces.model with parameters of type SpanLogCollection Modifier and Type Method Description SpanLogCollection.Builder
SpanLogCollection.Builder. copy(SpanLogCollection model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type SpanLogCollection Modifier and Type Method Description Span.Builder
Span.Builder. logs(List<SpanLogCollection> logs)
List of logs associated with the span.
-