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