Uses of Class
software.amazon.awssdk.services.xray.model.GetInsightImpactGraphResponse
-
Packages that use GetInsightImpactGraphResponse 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 GetInsightImpactGraphResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetInsightImpactGraphResponse Modifier and Type Method Description default GetInsightImpactGraphResponseXRayClient. getInsightImpactGraph(Consumer<GetInsightImpactGraphRequest.Builder> getInsightImpactGraphRequest)Retrieves a service graph structure filtered by the specified insight.default GetInsightImpactGraphResponseXRayClient. getInsightImpactGraph(GetInsightImpactGraphRequest getInsightImpactGraphRequest)Retrieves a service graph structure filtered by the specified insight.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetInsightImpactGraphResponse Modifier and Type Method Description default CompletableFuture<GetInsightImpactGraphResponse>XRayAsyncClient. getInsightImpactGraph(Consumer<GetInsightImpactGraphRequest.Builder> getInsightImpactGraphRequest)Retrieves a service graph structure filtered by the specified insight.default CompletableFuture<GetInsightImpactGraphResponse>XRayAsyncClient. getInsightImpactGraph(GetInsightImpactGraphRequest getInsightImpactGraphRequest)Retrieves a service graph structure filtered by the specified insight.
-