Package | Description |
---|---|
com.amazonaws.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.
|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
Future<GetInsightResult> |
AWSXRayAsync.getInsightAsync(GetInsightRequest getInsightRequest,
AsyncHandler<GetInsightRequest,GetInsightResult> asyncHandler)
Retrieves the summary information of an insight.
|
Future<GetInsightResult> |
AbstractAWSXRayAsync.getInsightAsync(GetInsightRequest request,
AsyncHandler<GetInsightRequest,GetInsightResult> asyncHandler) |
Future<GetInsightResult> |
AWSXRayAsyncClient.getInsightAsync(GetInsightRequest request,
AsyncHandler<GetInsightRequest,GetInsightResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetInsightRequest |
GetInsightRequest.clone() |
GetInsightRequest |
GetInsightRequest.withInsightId(String insightId)
The insight's unique identifier.
|
Copyright © 2021. All rights reserved.