Uses of Class
software.amazon.awssdk.services.xray.model.ServiceId
-
Packages that use ServiceId Package Description software.amazon.awssdk.services.xray.model -
-
Uses of ServiceId in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return ServiceId Modifier and Type Method Description ServiceIdTraceSummary. entryPoint()The root of a trace.ServiceIdInsight. rootCauseServiceId()Returns the value of the RootCauseServiceId property for this object.ServiceIdInsightSummary. rootCauseServiceId()Returns the value of the RootCauseServiceId property for this object.ServiceIdAnomalousService. serviceId()Returns the value of the ServiceId property for this object.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type ServiceId Modifier and Type Method Description List<ServiceId>TraceSummary. serviceIds()Service IDs from the trace's segment documents.List<ServiceId>TraceUser. serviceIds()Services that the user's request hit.List<ServiceId>ValueWithServiceIds. serviceIds()Services to which the annotation applies.Methods in software.amazon.awssdk.services.xray.model with parameters of type ServiceId Modifier and Type Method Description TraceSummary.BuilderTraceSummary.Builder. entryPoint(ServiceId entryPoint)The root of a trace.Insight.BuilderInsight.Builder. rootCauseServiceId(ServiceId rootCauseServiceId)Sets the value of the RootCauseServiceId property for this object.InsightSummary.BuilderInsightSummary.Builder. rootCauseServiceId(ServiceId rootCauseServiceId)Sets the value of the RootCauseServiceId property for this object.AnomalousService.BuilderAnomalousService.Builder. serviceId(ServiceId serviceId)Sets the value of the ServiceId property for this object.TraceSummary.BuilderTraceSummary.Builder. serviceIds(ServiceId... serviceIds)Service IDs from the trace's segment documents.TraceUser.BuilderTraceUser.Builder. serviceIds(ServiceId... serviceIds)Services that the user's request hit.ValueWithServiceIds.BuilderValueWithServiceIds.Builder. serviceIds(ServiceId... serviceIds)Services to which the annotation applies.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type ServiceId Modifier and Type Method Description TraceSummary.BuilderTraceSummary.Builder. serviceIds(Collection<ServiceId> serviceIds)Service IDs from the trace's segment documents.TraceUser.BuilderTraceUser.Builder. serviceIds(Collection<ServiceId> serviceIds)Services that the user's request hit.ValueWithServiceIds.BuilderValueWithServiceIds.Builder. serviceIds(Collection<ServiceId> serviceIds)Services to which the annotation applies.
-