Uses of Class
software.amazon.awssdk.services.xray.model.GetInsightSummariesResponse
-
Packages that use GetInsightSummariesResponse Package Description software.amazon.awssdk.services.xray Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.software.amazon.awssdk.services.xray.paginators -
-
Uses of GetInsightSummariesResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetInsightSummariesResponse Modifier and Type Method Description default GetInsightSummariesResponseXRayClient. getInsightSummaries(Consumer<GetInsightSummariesRequest.Builder> getInsightSummariesRequest)Retrieves the summaries of all insights in the specified group matching the provided filter values.default GetInsightSummariesResponseXRayClient. getInsightSummaries(GetInsightSummariesRequest getInsightSummariesRequest)Retrieves the summaries of all insights in the specified group matching the provided filter values.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetInsightSummariesResponse Modifier and Type Method Description default CompletableFuture<GetInsightSummariesResponse>XRayAsyncClient. getInsightSummaries(Consumer<GetInsightSummariesRequest.Builder> getInsightSummariesRequest)Retrieves the summaries of all insights in the specified group matching the provided filter values.default CompletableFuture<GetInsightSummariesResponse>XRayAsyncClient. getInsightSummaries(GetInsightSummariesRequest getInsightSummariesRequest)Retrieves the summaries of all insights in the specified group matching the provided filter values. -
Uses of GetInsightSummariesResponse in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type GetInsightSummariesResponse Modifier and Type Method Description Iterator<GetInsightSummariesResponse>GetInsightSummariesIterable. iterator()Method parameters in software.amazon.awssdk.services.xray.paginators with type arguments of type GetInsightSummariesResponse Modifier and Type Method Description voidGetInsightSummariesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetInsightSummariesResponse> subscriber)
-