Uses of Class
software.amazon.awssdk.services.xray.model.RequestImpactStatistics
-
Packages that use RequestImpactStatistics Package Description software.amazon.awssdk.services.xray.model -
-
Uses of RequestImpactStatistics in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return RequestImpactStatistics Modifier and Type Method Description RequestImpactStatisticsInsight. clientRequestImpactStatistics()The impact statistics of the client side service.RequestImpactStatisticsInsightEvent. clientRequestImpactStatistics()The impact statistics of the client side service.RequestImpactStatisticsInsightSummary. clientRequestImpactStatistics()The impact statistics of the client side service.RequestImpactStatisticsInsight. rootCauseServiceRequestImpactStatistics()The impact statistics of the root cause service.RequestImpactStatisticsInsightEvent. rootCauseServiceRequestImpactStatistics()The impact statistics of the root cause service.RequestImpactStatisticsInsightSummary. rootCauseServiceRequestImpactStatistics()The impact statistics of the root cause service.Methods in software.amazon.awssdk.services.xray.model with parameters of type RequestImpactStatistics Modifier and Type Method Description Insight.BuilderInsight.Builder. clientRequestImpactStatistics(RequestImpactStatistics clientRequestImpactStatistics)The impact statistics of the client side service.InsightEvent.BuilderInsightEvent.Builder. clientRequestImpactStatistics(RequestImpactStatistics clientRequestImpactStatistics)The impact statistics of the client side service.InsightSummary.BuilderInsightSummary.Builder. clientRequestImpactStatistics(RequestImpactStatistics clientRequestImpactStatistics)The impact statistics of the client side service.Insight.BuilderInsight.Builder. rootCauseServiceRequestImpactStatistics(RequestImpactStatistics rootCauseServiceRequestImpactStatistics)The impact statistics of the root cause service.InsightEvent.BuilderInsightEvent.Builder. rootCauseServiceRequestImpactStatistics(RequestImpactStatistics rootCauseServiceRequestImpactStatistics)The impact statistics of the root cause service.InsightSummary.BuilderInsightSummary.Builder. rootCauseServiceRequestImpactStatistics(RequestImpactStatistics rootCauseServiceRequestImpactStatistics)The impact statistics of the root cause service.
-