Uses of Class
software.amazon.awssdk.services.xray.model.GetTraceGraphResponse
-
Packages that use GetTraceGraphResponse 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 -
-
Uses of GetTraceGraphResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetTraceGraphResponse Modifier and Type Method Description default GetTraceGraphResponseXRayClient. getTraceGraph(Consumer<GetTraceGraphRequest.Builder> 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.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetTraceGraphResponse Modifier and Type Method 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. -
Uses of GetTraceGraphResponse in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type GetTraceGraphResponse Modifier and Type Method Description Iterator<GetTraceGraphResponse>GetTraceGraphIterable. iterator()Method parameters in software.amazon.awssdk.services.xray.paginators with type arguments of type GetTraceGraphResponse Modifier and Type Method Description voidGetTraceGraphPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTraceGraphResponse> subscriber)
-