Uses of Class
software.amazon.awssdk.services.xray.paginators.GetServiceGraphIterable
-
Packages that use GetServiceGraphIterable 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 GetServiceGraphIterable in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetServiceGraphIterable Modifier and Type Method Description default GetServiceGraphIterableXRayClient. getServiceGraphPaginator(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)This is a variant ofXRayClient.getServiceGraph(software.amazon.awssdk.services.xray.model.GetServiceGraphRequest)operation.default GetServiceGraphIterableXRayClient. getServiceGraphPaginator(GetServiceGraphRequest getServiceGraphRequest)This is a variant ofXRayClient.getServiceGraph(software.amazon.awssdk.services.xray.model.GetServiceGraphRequest)operation.
-