| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetInsightImpactGraphResponse |
XRayClient.getInsightImpactGraph(Consumer<GetInsightImpactGraphRequest.Builder> getInsightImpactGraphRequest)
Retrieves a service graph structure filtered by the specified insight.
|
default GetInsightImpactGraphResponse |
XRayClient.getInsightImpactGraph(GetInsightImpactGraphRequest getInsightImpactGraphRequest)
Retrieves a service graph structure filtered by the specified insight.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.