Uses of Class
software.amazon.awssdk.services.xray.model.GetServiceGraphRequest
-
Packages that use GetServiceGraphRequest 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 GetServiceGraphRequest in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray with parameters of type GetServiceGraphRequest Modifier and Type Method Description 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.default GetServiceGraphResponseXRayClient. getServiceGraph(GetServiceGraphRequest getServiceGraphRequest)Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result.default GetServiceGraphPublisherXRayAsyncClient. getServiceGraphPaginator(GetServiceGraphRequest getServiceGraphRequest)This is a variant ofXRayAsyncClient.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. -
Uses of GetServiceGraphRequest in software.amazon.awssdk.services.xray.paginators
Constructors in software.amazon.awssdk.services.xray.paginators with parameters of type GetServiceGraphRequest Constructor Description GetServiceGraphIterable(XRayClient client, GetServiceGraphRequest firstRequest)GetServiceGraphPublisher(XRayAsyncClient client, GetServiceGraphRequest firstRequest) -
Uses of GetServiceGraphRequest in software.amazon.awssdk.services.xray.transform
Methods in software.amazon.awssdk.services.xray.transform with parameters of type GetServiceGraphRequest Modifier and Type Method Description SdkHttpFullRequestGetServiceGraphRequestMarshaller. marshall(GetServiceGraphRequest getServiceGraphRequest)
-