Uses of Interface
software.amazon.awssdk.core.internal.http.pipeline.RequestToResponsePipeline
-
Packages that use RequestToResponsePipeline Package Description software.amazon.awssdk.core.internal.http.pipeline.stages -
-
Uses of RequestToResponsePipeline in software.amazon.awssdk.core.internal.http.pipeline.stages
Classes in software.amazon.awssdk.core.internal.http.pipeline.stages that implement RequestToResponsePipeline Modifier and Type Class Description classApiCallAttemptMetricCollectionStage<OutputT>Wrapper pipeline that initializes and tracks the API call attempt metric collection.classApiCallAttemptTimeoutTrackingStage<OutputT>Wrapper around aRequestPipelineto manage the api call attempt timeout feature.classApiCallMetricCollectionStage<OutputT>Wrapper pipeline that tracks theCoreMetric.API_CALL_DURATIONmetric.classApiCallTimeoutTrackingStage<OutputT>Wrapper around aRequestPipelineto manage the api call timeout feature.classRetryableStage<OutputT>Wrapper around the pipeline for a single request to provide retry, clock-skew and request throttling functionality.classTimeoutExceptionHandlingStage<OutputT>Check if anExceptionis caused by either ApiCallTimeout or ApiAttemptTimeout and translate that exception to a more appropriate timeout related exception so that it can be handled in other stages.
-