Uses of Class
software.amazon.awssdk.services.xray.model.Segment
-
Packages that use Segment Package Description software.amazon.awssdk.services.xray.model -
-
Uses of Segment in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type Segment Modifier and Type Method Description List<Segment>Trace. segments()Segment documents for the segments and subsegments that comprise the trace.Methods in software.amazon.awssdk.services.xray.model with parameters of type Segment Modifier and Type Method Description Trace.BuilderTrace.Builder. segments(Segment... segments)Segment documents for the segments and subsegments that comprise the trace.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type Segment Modifier and Type Method Description Trace.BuilderTrace.Builder. segments(Collection<Segment> segments)Segment documents for the segments and subsegments that comprise the trace.
-