Uses of Class
software.amazon.awssdk.services.xray.model.GetInsightResponse
-
Packages that use GetInsightResponse 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. -
-
Uses of GetInsightResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetInsightResponse Modifier and Type Method Description default GetInsightResponseXRayClient. getInsight(Consumer<GetInsightRequest.Builder> getInsightRequest)Retrieves the summary information of an insight.default GetInsightResponseXRayClient. getInsight(GetInsightRequest getInsightRequest)Retrieves the summary information of an insight.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetInsightResponse Modifier and Type Method Description default CompletableFuture<GetInsightResponse>XRayAsyncClient. getInsight(Consumer<GetInsightRequest.Builder> getInsightRequest)Retrieves the summary information of an insight.default CompletableFuture<GetInsightResponse>XRayAsyncClient. getInsight(GetInsightRequest getInsightRequest)Retrieves the summary information of an insight.
-