| 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 GetServiceGraphResponse |
XRayClient.getServiceGraph(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)
Retrieves a document that describes services that process incoming requests, and downstream services that they
call as a result.
|
default GetServiceGraphResponse |
XRayClient.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 |
|---|---|
default CompletableFuture<GetServiceGraphResponse> |
XRayAsyncClient.getServiceGraph(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)
Retrieves a document that describes services that process incoming requests, and downstream services that they
call as a result.
|
default CompletableFuture<GetServiceGraphResponse> |
XRayAsyncClient.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 |
|---|---|
Iterator<GetServiceGraphResponse> |
GetServiceGraphIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetServiceGraphPublisher.subscribe(org.reactivestreams.Subscriber<? super GetServiceGraphResponse> subscriber) |
Copyright © 2023. All rights reserved.