Uses of Class
software.amazon.awssdk.services.xray.model.Span
-
Packages that use Span Package Description software.amazon.awssdk.services.xray.model -
-
Uses of Span in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type Span Modifier and Type Method Description List<Span>RetrievedTrace. spans()Spans that comprise the trace.Methods in software.amazon.awssdk.services.xray.model with parameters of type Span Modifier and Type Method Description RetrievedTrace.BuilderRetrievedTrace.Builder. spans(Span... spans)Spans that comprise the trace.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type Span Modifier and Type Method Description RetrievedTrace.BuilderRetrievedTrace.Builder. spans(Collection<Span> spans)Spans that comprise the trace.
-