Uses of Class
software.amazon.awssdk.services.xray.model.PutTelemetryRecordsResponse
-
Packages that use PutTelemetryRecordsResponse 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 PutTelemetryRecordsResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return PutTelemetryRecordsResponse Modifier and Type Method Description default PutTelemetryRecordsResponseXRayClient. putTelemetryRecords(Consumer<PutTelemetryRecordsRequest.Builder> putTelemetryRecordsRequest)Used by the Amazon Web Services X-Ray daemon to upload telemetry.default PutTelemetryRecordsResponseXRayClient. putTelemetryRecords(PutTelemetryRecordsRequest putTelemetryRecordsRequest)Used by the Amazon Web Services X-Ray daemon to upload telemetry.Methods in software.amazon.awssdk.services.xray that return types with arguments of type PutTelemetryRecordsResponse Modifier and Type Method Description default CompletableFuture<PutTelemetryRecordsResponse>XRayAsyncClient. putTelemetryRecords(Consumer<PutTelemetryRecordsRequest.Builder> putTelemetryRecordsRequest)Used by the Amazon Web Services X-Ray daemon to upload telemetry.default CompletableFuture<PutTelemetryRecordsResponse>XRayAsyncClient. putTelemetryRecords(PutTelemetryRecordsRequest putTelemetryRecordsRequest)Used by the Amazon Web Services X-Ray daemon to upload telemetry.
-