Uses of Class
software.amazon.awssdk.services.xray.model.InsightSummary
-
Packages that use InsightSummary Package Description software.amazon.awssdk.services.xray.model -
-
Uses of InsightSummary in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type InsightSummary Modifier and Type Method Description List<InsightSummary>GetInsightSummariesResponse. insightSummaries()The summary of each insight within the group matching the provided filters.Methods in software.amazon.awssdk.services.xray.model with parameters of type InsightSummary Modifier and Type Method Description GetInsightSummariesResponse.BuilderGetInsightSummariesResponse.Builder. insightSummaries(InsightSummary... insightSummaries)The summary of each insight within the group matching the provided filters.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type InsightSummary Modifier and Type Method Description GetInsightSummariesResponse.BuilderGetInsightSummariesResponse.Builder. insightSummaries(Collection<InsightSummary> insightSummaries)The summary of each insight within the group matching the provided filters.
-