Uses of Class
software.amazon.awssdk.services.xray.paginators.GetTraceGraphIterable
-
Packages that use GetTraceGraphIterable 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. -
-
Uses of GetTraceGraphIterable in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetTraceGraphIterable Modifier and Type Method Description default GetTraceGraphIterableXRayClient. getTraceGraphPaginator(Consumer<GetTraceGraphRequest.Builder> getTraceGraphRequest)This is a variant ofXRayClient.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.
-