Uses of Class
software.amazon.awssdk.services.xray.model.GetServiceGraphResponse
-
Packages that use GetServiceGraphResponse 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 GetServiceGraphResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetServiceGraphResponse Modifier and Type Method Description default GetServiceGraphResponseXRayClient. getServiceGraph(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result.default GetServiceGraphResponseXRayClient. getServiceGraph(GetServiceGraphRequest getServiceGraphRequest)Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetServiceGraphResponse Modifier and Type Method Description default CompletableFuture<GetServiceGraphResponse>XRayAsyncClient. getServiceGraph(Consumer<GetServiceGraphRequest.Builder> 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. -
Uses of GetServiceGraphResponse in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type GetServiceGraphResponse Modifier and Type Method Description Iterator<GetServiceGraphResponse>GetServiceGraphIterable. iterator()Method parameters in software.amazon.awssdk.services.xray.paginators with type arguments of type GetServiceGraphResponse Modifier and Type Method Description voidGetServiceGraphPublisher. subscribe(org.reactivestreams.Subscriber<? super GetServiceGraphResponse> subscriber)
-