Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
TraceSummary |
TraceSummary.addAnnotationsEntry(String key,
List<ValueWithServiceIds> value)
Add a single Annotations entry
|
TraceSummary |
TraceSummary.clearAnnotationsEntries()
Removes all the entries added into Annotations.
|
TraceSummary |
TraceSummary.clone() |
TraceSummary |
TraceSummary.withAnnotations(Map<String,List<ValueWithServiceIds>> annotations)
Annotations from the trace's segment documents.
|
TraceSummary |
TraceSummary.withAvailabilityZones(AvailabilityZoneDetail... availabilityZones)
A list of Availability Zones for any zone corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withAvailabilityZones(Collection<AvailabilityZoneDetail> availabilityZones)
A list of Availability Zones for any zone corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withDuration(Double duration)
The length of time in seconds between the start time of the root segment and the end time of the last segment
that completed.
|
TraceSummary |
TraceSummary.withEntryPoint(ServiceId entryPoint)
The root of a trace.
|
TraceSummary |
TraceSummary.withErrorRootCauses(Collection<ErrorRootCause> errorRootCauses)
A collection of ErrorRootCause structures corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withErrorRootCauses(ErrorRootCause... errorRootCauses)
A collection of ErrorRootCause structures corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withFaultRootCauses(Collection<FaultRootCause> faultRootCauses)
A collection of FaultRootCause structures corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withFaultRootCauses(FaultRootCause... faultRootCauses)
A collection of FaultRootCause structures corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withHasError(Boolean hasError)
The root segment document has a 400 series error.
|
TraceSummary |
TraceSummary.withHasFault(Boolean hasFault)
The root segment document has a 500 series error.
|
TraceSummary |
TraceSummary.withHasThrottle(Boolean hasThrottle)
One or more of the segment documents has a 429 throttling error.
|
TraceSummary |
TraceSummary.withHttp(Http http)
Information about the HTTP request served by the trace.
|
TraceSummary |
TraceSummary.withId(String id)
The unique identifier for the request that generated the trace's segments and subsegments.
|
TraceSummary |
TraceSummary.withInstanceIds(Collection<InstanceIdDetail> instanceIds)
A list of EC2 instance IDs for any instance corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withInstanceIds(InstanceIdDetail... instanceIds)
A list of EC2 instance IDs for any instance corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withIsPartial(Boolean isPartial)
One or more of the segment documents is in progress.
|
TraceSummary |
TraceSummary.withMatchedEventTime(Date matchedEventTime)
The matched time stamp of a defined event.
|
TraceSummary |
TraceSummary.withResourceARNs(Collection<ResourceARNDetail> resourceARNs)
A list of resource ARNs for any resource corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withResourceARNs(ResourceARNDetail... resourceARNs)
A list of resource ARNs for any resource corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withResponseTime(Double responseTime)
The length of time in seconds between the start and end times of the root segment.
|
TraceSummary |
TraceSummary.withResponseTimeRootCauses(Collection<ResponseTimeRootCause> responseTimeRootCauses)
A collection of ResponseTimeRootCause structures corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withResponseTimeRootCauses(ResponseTimeRootCause... responseTimeRootCauses)
A collection of ResponseTimeRootCause structures corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withRevision(Integer revision)
The revision number of a trace.
|
TraceSummary |
TraceSummary.withServiceIds(Collection<ServiceId> serviceIds)
Service IDs from the trace's segment documents.
|
TraceSummary |
TraceSummary.withServiceIds(ServiceId... serviceIds)
Service IDs from the trace's segment documents.
|
TraceSummary |
TraceSummary.withUsers(Collection<TraceUser> users)
Users from the trace's segment documents.
|
TraceSummary |
TraceSummary.withUsers(TraceUser... users)
Users from the trace's segment documents.
|
Modifier and Type | Method and Description |
---|---|
List<TraceSummary> |
GetTraceSummariesResult.getTraceSummaries()
Trace IDs and annotations for traces that were found in the specified time frame.
|
Modifier and Type | Method and Description |
---|---|
GetTraceSummariesResult |
GetTraceSummariesResult.withTraceSummaries(TraceSummary... traceSummaries)
Trace IDs and annotations for traces that were found in the specified time frame.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTraceSummariesResult.setTraceSummaries(Collection<TraceSummary> traceSummaries)
Trace IDs and annotations for traces that were found in the specified time frame.
|
GetTraceSummariesResult |
GetTraceSummariesResult.withTraceSummaries(Collection<TraceSummary> traceSummaries)
Trace IDs and annotations for traces that were found in the specified time frame.
|
Copyright © 2022. All rights reserved.