| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Insight.Builder |
Insight.Builder.topAnomalousServices(AnomalousService... topAnomalousServices)
The service within the insight that is most impacted by the incident.
|
InsightEvent.Builder |
InsightEvent.Builder.topAnomalousServices(AnomalousService... topAnomalousServices)
The service during the event that is most impacted by the incident.
|
InsightSummary.Builder |
InsightSummary.Builder.topAnomalousServices(AnomalousService... topAnomalousServices)
The service within the insight that is most impacted by the incident.
|
| Modifier and Type | Method and Description |
|---|---|
Insight.Builder |
Insight.Builder.topAnomalousServices(Collection<AnomalousService> topAnomalousServices)
The service within the insight that is most impacted by the incident.
|
InsightEvent.Builder |
InsightEvent.Builder.topAnomalousServices(Collection<AnomalousService> topAnomalousServices)
The service during the event that is most impacted by the incident.
|
InsightSummary.Builder |
InsightSummary.Builder.topAnomalousServices(Collection<AnomalousService> topAnomalousServices)
The service within the insight that is most impacted by the incident.
|
Copyright © 2023. All rights reserved.