| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.xray.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetTraceGraphResponse |
XRayClient.getTraceGraph(Consumer<GetTraceGraphRequest.Builder> getTraceGraphRequest)
Retrieves a service graph for one or more specific trace IDs.
|
default GetTraceGraphResponse |
XRayClient.getTraceGraph(GetTraceGraphRequest getTraceGraphRequest)
Retrieves a service graph for one or more specific trace IDs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTraceGraphResponse> |
XRayAsyncClient.getTraceGraph(Consumer<GetTraceGraphRequest.Builder> getTraceGraphRequest)
Retrieves a service graph for one or more specific trace IDs.
|
default CompletableFuture<GetTraceGraphResponse> |
XRayAsyncClient.getTraceGraph(GetTraceGraphRequest getTraceGraphRequest)
Retrieves a service graph for one or more specific trace IDs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTraceGraphResponse> |
GetTraceGraphIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTraceGraphPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTraceGraphResponse> subscriber) |
Copyright © 2023. All rights reserved.