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 |
---|---|
GetInsightImpactGraphResult |
AWSXRayClient.getInsightImpactGraph(GetInsightImpactGraphRequest request)
Retrieves a service graph structure filtered by the specified insight.
|
GetInsightImpactGraphResult |
AbstractAWSXRay.getInsightImpactGraph(GetInsightImpactGraphRequest request) |
GetInsightImpactGraphResult |
AWSXRay.getInsightImpactGraph(GetInsightImpactGraphRequest getInsightImpactGraphRequest)
Retrieves a service graph structure filtered by the specified insight.
|
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 |
---|---|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.clone() |
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withEndTime(Date endTime)
The provided end time.
|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withInsightId(String insightId)
The insight's unique identifier.
|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withNextToken(String nextToken)
Pagination token.
|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withServiceGraphEndTime(Date serviceGraphEndTime)
The time, in Unix seconds, at which the service graph ended.
|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withServiceGraphStartTime(Date serviceGraphStartTime)
The time, in Unix seconds, at which the service graph started.
|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withServices(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withServices(InsightImpactGraphService... services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withStartTime(Date startTime)
The provided start time.
|
Copyright © 2021. All rights reserved.