Class ApiCallAttemptMetricCollectionStage<OutputT>

  • All Implemented Interfaces:
    RequestPipeline<software.amazon.awssdk.http.SdkHttpFullRequest,​Response<OutputT>>, RequestToResponsePipeline<OutputT>

    public final class ApiCallAttemptMetricCollectionStage<OutputT>
    extends Object
    implements RequestToResponsePipeline<OutputT>
    Wrapper pipeline that initializes and tracks the API call attempt metric collection. This wrapper and any wrapped stages will track API call attempt metrics.
    • Constructor Detail

      • ApiCallAttemptMetricCollectionStage

        public ApiCallAttemptMetricCollectionStage​(RequestPipeline<software.amazon.awssdk.http.SdkHttpFullRequest,​Response<OutputT>> wrapped)