Uses of Class
software.amazon.awssdk.services.xray.model.TelemetryRecord
-
Packages that use TelemetryRecord Package Description software.amazon.awssdk.services.xray.model -
-
Uses of TelemetryRecord in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type TelemetryRecord Modifier and Type Method Description List<TelemetryRecord>PutTelemetryRecordsRequest. telemetryRecords()Methods in software.amazon.awssdk.services.xray.model with parameters of type TelemetryRecord Modifier and Type Method Description PutTelemetryRecordsRequest.BuilderPutTelemetryRecordsRequest.Builder. telemetryRecords(TelemetryRecord... telemetryRecords)Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type TelemetryRecord Modifier and Type Method Description PutTelemetryRecordsRequest.BuilderPutTelemetryRecordsRequest.Builder. telemetryRecords(Collection<TelemetryRecord> telemetryRecords)
-