| 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 | |
| software.amazon.awssdk.services.xray.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default GetServiceGraphIterable |
XRayClient.getServiceGraphPaginator(GetServiceGraphRequest getServiceGraphRequest)
Retrieves a document that describes services that process incoming requests, and downstream services that they
call as a result.
|
default GetServiceGraphPublisher |
XRayAsyncClient.getServiceGraphPaginator(GetServiceGraphRequest getServiceGraphRequest)
Retrieves a document that describes services that process incoming requests, and downstream services that they
call as a result.
|
| Constructor and Description |
|---|
GetServiceGraphIterable(XRayClient client,
GetServiceGraphRequest firstRequest) |
GetServiceGraphPublisher(XRayAsyncClient client,
GetServiceGraphRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetServiceGraphRequestMarshaller.marshall(GetServiceGraphRequest getServiceGraphRequest) |
Copyright © 2023. All rights reserved.