| 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 GetInsightResponse |
XRayClient.getInsight(Consumer<GetInsightRequest.Builder> getInsightRequest)
Retrieves the summary information of an insight.
|
default GetInsightResponse |
XRayClient.getInsight(GetInsightRequest getInsightRequest)
Retrieves the summary information of an insight.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.