Uses of Class
software.amazon.awssdk.services.xray.model.AnomalousService
-
Packages that use AnomalousService Package Description software.amazon.awssdk.services.xray.model -
-
Uses of AnomalousService in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type AnomalousService Modifier and Type Method Description List<AnomalousService>Insight. topAnomalousServices()The service within the insight that is most impacted by the incident.List<AnomalousService>InsightEvent. topAnomalousServices()The service during the event that is most impacted by the incident.List<AnomalousService>InsightSummary. topAnomalousServices()The service within the insight that is most impacted by the incident.Methods in software.amazon.awssdk.services.xray.model with parameters of type AnomalousService Modifier and Type Method Description Insight.BuilderInsight.Builder. topAnomalousServices(AnomalousService... topAnomalousServices)The service within the insight that is most impacted by the incident.InsightEvent.BuilderInsightEvent.Builder. topAnomalousServices(AnomalousService... topAnomalousServices)The service during the event that is most impacted by the incident.InsightSummary.BuilderInsightSummary.Builder. topAnomalousServices(AnomalousService... topAnomalousServices)The service within the insight that is most impacted by the incident.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type AnomalousService Modifier and Type Method Description Insight.BuilderInsight.Builder. topAnomalousServices(Collection<AnomalousService> topAnomalousServices)The service within the insight that is most impacted by the incident.InsightEvent.BuilderInsightEvent.Builder. topAnomalousServices(Collection<AnomalousService> topAnomalousServices)The service during the event that is most impacted by the incident.InsightSummary.BuilderInsightSummary.Builder. topAnomalousServices(Collection<AnomalousService> topAnomalousServices)The service within the insight that is most impacted by the incident.
-