Uses of Class
software.amazon.awssdk.services.xray.model.UpdateTraceSegmentDestinationRequest
-
Packages that use UpdateTraceSegmentDestinationRequest 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 UpdateTraceSegmentDestinationRequest in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray with parameters of type UpdateTraceSegmentDestinationRequest Modifier and Type Method Description default CompletableFuture<UpdateTraceSegmentDestinationResponse>XRayAsyncClient. updateTraceSegmentDestination(UpdateTraceSegmentDestinationRequest updateTraceSegmentDestinationRequest)Modifies the destination of data sent toPutTraceSegments.default UpdateTraceSegmentDestinationResponseXRayClient. updateTraceSegmentDestination(UpdateTraceSegmentDestinationRequest updateTraceSegmentDestinationRequest)Modifies the destination of data sent toPutTraceSegments. -
Uses of UpdateTraceSegmentDestinationRequest in software.amazon.awssdk.services.xray.transform
Methods in software.amazon.awssdk.services.xray.transform with parameters of type UpdateTraceSegmentDestinationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateTraceSegmentDestinationRequestMarshaller. marshall(UpdateTraceSegmentDestinationRequest updateTraceSegmentDestinationRequest)
-