Uses of Class
software.amazon.awssdk.services.xray.model.InsightEvent
-
Packages that use InsightEvent Package Description software.amazon.awssdk.services.xray.model -
-
Uses of InsightEvent in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type InsightEvent Modifier and Type Method Description List<InsightEvent>GetInsightEventsResponse. insightEvents()A detailed description of the event.Methods in software.amazon.awssdk.services.xray.model with parameters of type InsightEvent Modifier and Type Method Description GetInsightEventsResponse.BuilderGetInsightEventsResponse.Builder. insightEvents(InsightEvent... insightEvents)A detailed description of the event.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type InsightEvent Modifier and Type Method Description GetInsightEventsResponse.BuilderGetInsightEventsResponse.Builder. insightEvents(Collection<InsightEvent> insightEvents)A detailed description of the event.
-