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