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 |
---|---|
GetInsightResult |
AWSXRayClient.getInsight(GetInsightRequest request)
Retrieves the summary information of an insight.
|
GetInsightResult |
AbstractAWSXRay.getInsight(GetInsightRequest request) |
GetInsightResult |
AWSXRay.getInsight(GetInsightRequest getInsightRequest)
Retrieves the summary information of an insight.
|
Modifier and Type | Method and Description |
---|---|
Future<GetInsightResult> |
AWSXRayAsync.getInsightAsync(GetInsightRequest getInsightRequest)
Retrieves the summary information of an insight.
|
Future<GetInsightResult> |
AbstractAWSXRayAsync.getInsightAsync(GetInsightRequest request) |
Future<GetInsightResult> |
AWSXRayAsyncClient.getInsightAsync(GetInsightRequest request) |
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 |
---|---|
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 |
---|---|
GetInsightResult |
GetInsightResult.clone() |
GetInsightResult |
GetInsightResult.withInsight(Insight insight)
The summary information of an insight.
|
Copyright © 2021. All rights reserved.