| 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 | 
|---|---|
GetServiceGraphResult | 
AWSXRayClient.getServiceGraph(GetServiceGraphRequest request)
 Retrieves a document that describes services that process incoming requests, and downstream services that they
 call as a result. 
 | 
GetServiceGraphResult | 
AbstractAWSXRay.getServiceGraph(GetServiceGraphRequest request)  | 
GetServiceGraphResult | 
AWSXRay.getServiceGraph(GetServiceGraphRequest getServiceGraphRequest)
 Retrieves a document that describes services that process incoming requests, and downstream services that they
 call as a result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetServiceGraphResult> | 
AWSXRayAsync.getServiceGraphAsync(GetServiceGraphRequest getServiceGraphRequest,
                    AsyncHandler<GetServiceGraphRequest,GetServiceGraphResult> asyncHandler)
 Retrieves a document that describes services that process incoming requests, and downstream services that they
 call as a result. 
 | 
Future<GetServiceGraphResult> | 
AbstractAWSXRayAsync.getServiceGraphAsync(GetServiceGraphRequest request,
                    AsyncHandler<GetServiceGraphRequest,GetServiceGraphResult> asyncHandler)  | 
Future<GetServiceGraphResult> | 
AWSXRayAsyncClient.getServiceGraphAsync(GetServiceGraphRequest request,
                    AsyncHandler<GetServiceGraphRequest,GetServiceGraphResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
GetServiceGraphResult | 
GetServiceGraphResult.clone()  | 
GetServiceGraphResult | 
GetServiceGraphResult.withContainsOldGroupVersions(Boolean containsOldGroupVersions)
 A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may
 show traces from an older version of the group's filter expression. 
 | 
GetServiceGraphResult | 
GetServiceGraphResult.withEndTime(Date endTime)
 The end of the time frame for which the graph was generated. 
 | 
GetServiceGraphResult | 
GetServiceGraphResult.withNextToken(String nextToken)
 Pagination token. 
 | 
GetServiceGraphResult | 
GetServiceGraphResult.withServices(Collection<Service> services)
 The services that have processed a traced request during the specified time frame. 
 | 
GetServiceGraphResult | 
GetServiceGraphResult.withServices(Service... services)
 The services that have processed a traced request during the specified time frame. 
 | 
GetServiceGraphResult | 
GetServiceGraphResult.withStartTime(Date startTime)
 The start of the time frame for which the graph was generated. 
 | 
Copyright © 2022. All rights reserved.