| 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<GetInsightImpactGraphResult> | AWSXRayAsync. getInsightImpactGraphAsync(GetInsightImpactGraphRequest getInsightImpactGraphRequest,
                          AsyncHandler<GetInsightImpactGraphRequest,GetInsightImpactGraphResult> asyncHandler)
 Retrieves a service graph structure filtered by the specified insight. | 
| Future<GetInsightImpactGraphResult> | AbstractAWSXRayAsync. getInsightImpactGraphAsync(GetInsightImpactGraphRequest request,
                          AsyncHandler<GetInsightImpactGraphRequest,GetInsightImpactGraphResult> asyncHandler) | 
| Future<GetInsightImpactGraphResult> | AWSXRayAsyncClient. getInsightImpactGraphAsync(GetInsightImpactGraphRequest request,
                          AsyncHandler<GetInsightImpactGraphRequest,GetInsightImpactGraphResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| GetInsightImpactGraphRequest | GetInsightImpactGraphRequest. clone() | 
| GetInsightImpactGraphRequest | GetInsightImpactGraphRequest. withEndTime(Date endTime)
 The estimated end time of the insight, in Unix time seconds. | 
| GetInsightImpactGraphRequest | GetInsightImpactGraphRequest. withInsightId(String insightId)
 The insight's unique identifier. | 
| GetInsightImpactGraphRequest | GetInsightImpactGraphRequest. withNextToken(String nextToken)
 Specify the pagination token returned by a previous request to retrieve the next page of results. | 
| GetInsightImpactGraphRequest | GetInsightImpactGraphRequest. withStartTime(Date startTime)
 The estimated start time of the insight, in Unix time seconds. | 
Copyright © 2021. All rights reserved.