Uses of Class
software.amazon.awssdk.core.internal.metrics.RequestBodyMetrics
-
Packages that use RequestBodyMetrics Package Description software.amazon.awssdk.core.internal software.amazon.awssdk.core.internal.metrics -
-
Uses of RequestBodyMetrics in software.amazon.awssdk.core.internal
Fields in software.amazon.awssdk.core.internal with type parameters of type RequestBodyMetrics Modifier and Type Field Description static ExecutionAttribute<RequestBodyMetrics>InternalCoreExecutionAttribute. REQUEST_BODY_METRICSMetrics for tracking request body bytes written and timing for WRITE_THROUGHPUT calculation. -
Uses of RequestBodyMetrics in software.amazon.awssdk.core.internal.metrics
Constructors in software.amazon.awssdk.core.internal.metrics with parameters of type RequestBodyMetrics Constructor Description BytesWrittenTrackingInputStream(InputStream in, RequestBodyMetrics metrics)BytesWrittenTrackingPublisher(org.reactivestreams.Publisher<ByteBuffer> upstream, RequestBodyMetrics metrics)
-