Uses of Class
software.amazon.awssdk.core.internal.metrics.RequestBodyMetrics
Packages that use RequestBodyMetrics
Package
Description
-
Uses of RequestBodyMetrics in software.amazon.awssdk.core.internal
Fields in software.amazon.awssdk.core.internal with type parameters of type RequestBodyMetricsModifier and TypeFieldDescriptionstatic final 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 RequestBodyMetricsModifierConstructorDescriptionBytesWrittenTrackingInputStream(InputStream in, RequestBodyMetrics metrics) BytesWrittenTrackingPublisher(org.reactivestreams.Publisher<ByteBuffer> upstream, RequestBodyMetrics metrics)