Uses of Class
software.amazon.awssdk.services.xray.model.GetTraceGraphRequest
-
Packages that use GetTraceGraphRequest 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 -
-
Uses of GetTraceGraphRequest in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray with parameters of type GetTraceGraphRequest Modifier and Type Method Description default CompletableFuture<GetTraceGraphResponse>XRayAsyncClient. getTraceGraph(GetTraceGraphRequest getTraceGraphRequest)Retrieves a service graph for one or more specific trace IDs.default GetTraceGraphResponseXRayClient. getTraceGraph(GetTraceGraphRequest getTraceGraphRequest)Retrieves a service graph for one or more specific trace IDs.default GetTraceGraphPublisherXRayAsyncClient. getTraceGraphPaginator(GetTraceGraphRequest getTraceGraphRequest)This is a variant ofXRayAsyncClient.getTraceGraph(software.amazon.awssdk.services.xray.model.GetTraceGraphRequest)operation.default GetTraceGraphIterableXRayClient. getTraceGraphPaginator(GetTraceGraphRequest getTraceGraphRequest)This is a variant ofXRayClient.getTraceGraph(software.amazon.awssdk.services.xray.model.GetTraceGraphRequest)operation. -
Uses of GetTraceGraphRequest in software.amazon.awssdk.services.xray.paginators
Constructors in software.amazon.awssdk.services.xray.paginators with parameters of type GetTraceGraphRequest Constructor Description GetTraceGraphIterable(XRayClient client, GetTraceGraphRequest firstRequest)GetTraceGraphPublisher(XRayAsyncClient client, GetTraceGraphRequest firstRequest) -
Uses of GetTraceGraphRequest in software.amazon.awssdk.services.xray.transform
Methods in software.amazon.awssdk.services.xray.transform with parameters of type GetTraceGraphRequest Modifier and Type Method Description SdkHttpFullRequestGetTraceGraphRequestMarshaller. marshall(GetTraceGraphRequest getTraceGraphRequest)
-