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.
|
Future<GetServiceGraphResult> |
AWSXRayAsync.getServiceGraphAsync(GetServiceGraphRequest getServiceGraphRequest)
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) |
Future<GetServiceGraphResult> |
AWSXRayAsyncClient.getServiceGraphAsync(GetServiceGraphRequest request) |
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 |
---|---|
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 |
---|---|
GetServiceGraphRequest |
GetServiceGraphRequest.clone() |
GetServiceGraphRequest |
GetServiceGraphRequest.withEndTime(Date endTime)
The end of the timeframe for which to generate a graph.
|
GetServiceGraphRequest |
GetServiceGraphRequest.withGroupARN(String groupARN)
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
|
GetServiceGraphRequest |
GetServiceGraphRequest.withGroupName(String groupName)
The name of a group based on which you want to generate a graph.
|
GetServiceGraphRequest |
GetServiceGraphRequest.withNextToken(String nextToken)
Pagination token.
|
GetServiceGraphRequest |
GetServiceGraphRequest.withStartTime(Date startTime)
The start of the time frame for which to generate a graph.
|
Copyright © 2021. All rights reserved.