| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceId |
TraceSummary.entryPoint()
The root of a trace.
|
ServiceId |
Insight.rootCauseServiceId()
Returns the value of the RootCauseServiceId property for this object.
|
ServiceId |
InsightSummary.rootCauseServiceId()
Returns the value of the RootCauseServiceId property for this object.
|
ServiceId |
AnomalousService.serviceId()
Returns the value of the ServiceId property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceId> |
ValueWithServiceIds.serviceIds()
Services to which the annotation applies.
|
List<ServiceId> |
TraceUser.serviceIds()
Services that the user's request hit.
|
List<ServiceId> |
TraceSummary.serviceIds()
Service IDs from the trace's segment documents.
|
| Modifier and Type | Method and Description |
|---|---|
TraceSummary.Builder |
TraceSummary.Builder.entryPoint(ServiceId entryPoint)
The root of a trace.
|
Insight.Builder |
Insight.Builder.rootCauseServiceId(ServiceId rootCauseServiceId)
Sets the value of the RootCauseServiceId property for this object.
|
InsightSummary.Builder |
InsightSummary.Builder.rootCauseServiceId(ServiceId rootCauseServiceId)
Sets the value of the RootCauseServiceId property for this object.
|
AnomalousService.Builder |
AnomalousService.Builder.serviceId(ServiceId serviceId)
Sets the value of the ServiceId property for this object.
|
ValueWithServiceIds.Builder |
ValueWithServiceIds.Builder.serviceIds(ServiceId... serviceIds)
Services to which the annotation applies.
|
TraceUser.Builder |
TraceUser.Builder.serviceIds(ServiceId... serviceIds)
Services that the user's request hit.
|
TraceSummary.Builder |
TraceSummary.Builder.serviceIds(ServiceId... serviceIds)
Service IDs from the trace's segment documents.
|
| Modifier and Type | Method and Description |
|---|---|
ValueWithServiceIds.Builder |
ValueWithServiceIds.Builder.serviceIds(Collection<ServiceId> serviceIds)
Services to which the annotation applies.
|
TraceUser.Builder |
TraceUser.Builder.serviceIds(Collection<ServiceId> serviceIds)
Services that the user's request hit.
|
TraceSummary.Builder |
TraceSummary.Builder.serviceIds(Collection<ServiceId> serviceIds)
Service IDs from the trace's segment documents.
|
Copyright © 2023. All rights reserved.