Uses of Interface
software.amazon.awssdk.services.xray.model.GetTraceSegmentDestinationRequest.Builder
-
Packages that use GetTraceSegmentDestinationRequest.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 GetTraceSegmentDestinationRequest.Builder in software.amazon.awssdk.services.xray
Method parameters in software.amazon.awssdk.services.xray with type arguments of type GetTraceSegmentDestinationRequest.Builder 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 GetTraceSegmentDestinationResponseXRayClient. getTraceSegmentDestination(Consumer<GetTraceSegmentDestinationRequest.Builder> getTraceSegmentDestinationRequest)Retrieves the current destination of data sent toPutTraceSegmentsand OpenTelemetry API. -
Uses of GetTraceSegmentDestinationRequest.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GetTraceSegmentDestinationRequest.Builder Modifier and Type Method Description static GetTraceSegmentDestinationRequest.BuilderGetTraceSegmentDestinationRequest. builder()GetTraceSegmentDestinationRequest.BuilderGetTraceSegmentDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTraceSegmentDestinationRequest.BuilderGetTraceSegmentDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTraceSegmentDestinationRequest.BuilderGetTraceSegmentDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GetTraceSegmentDestinationRequest.Builder Modifier and Type Method Description static Class<? extends GetTraceSegmentDestinationRequest.Builder>GetTraceSegmentDestinationRequest. serializableBuilderClass()
-