Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
InsightEvent |
InsightEvent.clone() |
InsightEvent |
InsightEvent.withClientRequestImpactStatistics(RequestImpactStatistics clientRequestImpactStatistics)
The impact statistics of the client side service.
|
InsightEvent |
InsightEvent.withEventTime(Date eventTime)
The time, in Unix seconds, at which the event was recorded.
|
InsightEvent |
InsightEvent.withRootCauseServiceRequestImpactStatistics(RequestImpactStatistics rootCauseServiceRequestImpactStatistics)
The impact statistics of the root cause service.
|
InsightEvent |
InsightEvent.withSummary(String summary)
A brief description of the event.
|
InsightEvent |
InsightEvent.withTopAnomalousServices(AnomalousService... topAnomalousServices)
The service during the event that is most impacted by the incident.
|
InsightEvent |
InsightEvent.withTopAnomalousServices(Collection<AnomalousService> topAnomalousServices)
The service during the event that is most impacted by the incident.
|
Modifier and Type | Method and Description |
---|---|
List<InsightEvent> |
GetInsightEventsResult.getInsightEvents()
A detailed description of the event.
|
Modifier and Type | Method and Description |
---|---|
GetInsightEventsResult |
GetInsightEventsResult.withInsightEvents(InsightEvent... insightEvents)
A detailed description of the event.
|
Modifier and Type | Method and Description |
---|---|
void |
GetInsightEventsResult.setInsightEvents(Collection<InsightEvent> insightEvents)
A detailed description of the event.
|
GetInsightEventsResult |
GetInsightEventsResult.withInsightEvents(Collection<InsightEvent> insightEvents)
A detailed description of the event.
|
Copyright © 2021. All rights reserved.