Uses of Class
software.amazon.awssdk.services.xray.model.GetTraceSegmentDestinationRequest
-
Packages that use GetTraceSegmentDestinationRequest 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.transform -
-
Uses of GetTraceSegmentDestinationRequest in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray with parameters of type GetTraceSegmentDestinationRequest Modifier and Type Method Description default CompletableFuture<GetTraceSegmentDestinationResponse>XRayAsyncClient. getTraceSegmentDestination(GetTraceSegmentDestinationRequest 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. -
Uses of GetTraceSegmentDestinationRequest in software.amazon.awssdk.services.xray.transform
Methods in software.amazon.awssdk.services.xray.transform with parameters of type GetTraceSegmentDestinationRequest Modifier and Type Method Description SdkHttpFullRequestGetTraceSegmentDestinationRequestMarshaller. marshall(GetTraceSegmentDestinationRequest getTraceSegmentDestinationRequest)
-