Uses of Class
software.amazon.awssdk.services.xray.model.StartTraceRetrievalResponse
-
Packages that use StartTraceRetrievalResponse 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 StartTraceRetrievalResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return StartTraceRetrievalResponse Modifier and Type Method Description default StartTraceRetrievalResponseXRayClient. startTraceRetrieval(Consumer<StartTraceRetrievalRequest.Builder> startTraceRetrievalRequest)Initiates a trace retrieval process using the specified time range and for the give trace IDs on Transaction Search generated by the CloudWatch log group.default StartTraceRetrievalResponseXRayClient. startTraceRetrieval(StartTraceRetrievalRequest startTraceRetrievalRequest)Initiates a trace retrieval process using the specified time range and for the give trace IDs on Transaction Search generated by the CloudWatch log group.Methods in software.amazon.awssdk.services.xray that return types with arguments of type StartTraceRetrievalResponse Modifier and Type Method Description default CompletableFuture<StartTraceRetrievalResponse>XRayAsyncClient. startTraceRetrieval(Consumer<StartTraceRetrievalRequest.Builder> startTraceRetrievalRequest)Initiates a trace retrieval process using the specified time range and for the give trace IDs on Transaction Search generated by the CloudWatch log group.default CompletableFuture<StartTraceRetrievalResponse>XRayAsyncClient. startTraceRetrieval(StartTraceRetrievalRequest startTraceRetrievalRequest)Initiates a trace retrieval process using the specified time range and for the give trace IDs on Transaction Search generated by the CloudWatch log group.
-