Uses of Class
software.amazon.awssdk.services.xray.model.GetTraceSegmentDestinationResponse
-
Packages that use GetTraceSegmentDestinationResponse 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 GetTraceSegmentDestinationResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetTraceSegmentDestinationResponse Modifier and Type Method Description default GetTraceSegmentDestinationResponseXRayClient. getTraceSegmentDestination(Consumer<GetTraceSegmentDestinationRequest.Builder> getTraceSegmentDestinationRequest)Retrieves the current destination of data sent toPutTraceSegmentsand OpenTelemetry API.default GetTraceSegmentDestinationResponseXRayClient. getTraceSegmentDestination(GetTraceSegmentDestinationRequest getTraceSegmentDestinationRequest)Retrieves the current destination of data sent toPutTraceSegmentsand OpenTelemetry API.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetTraceSegmentDestinationResponse Modifier and Type Method Description default CompletableFuture<GetTraceSegmentDestinationResponse>XRayAsyncClient. getTraceSegmentDestination(Consumer<GetTraceSegmentDestinationRequest.Builder> getTraceSegmentDestinationRequest)Retrieves the current destination of data sent toPutTraceSegmentsand OpenTelemetry API.default CompletableFuture<GetTraceSegmentDestinationResponse>XRayAsyncClient. getTraceSegmentDestination(GetTraceSegmentDestinationRequest getTraceSegmentDestinationRequest)Retrieves the current destination of data sent toPutTraceSegmentsand OpenTelemetry API.
-