| Package | Description |
|---|---|
| com.amazonaws.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
Segment |
Segment.clone() |
Segment |
Segment.withDocument(String document)
The segment document.
|
Segment |
Segment.withId(String id)
The segment's ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Segment> |
Trace.getSegments()
Segment documents for the segments and subsegments that comprise the trace.
|
| Modifier and Type | Method and Description |
|---|---|
Trace |
Trace.withSegments(Segment... segments)
Segment documents for the segments and subsegments that comprise the trace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trace.setSegments(Collection<Segment> segments)
Segment documents for the segments and subsegments that comprise the trace.
|
Trace |
Trace.withSegments(Collection<Segment> segments)
Segment documents for the segments and subsegments that comprise the trace.
|
Copyright © 2021. All rights reserved.