Uses of Interface
software.amazon.awssdk.core.internal.http.pipeline.MutableRequestToRequestPipeline
Packages that use MutableRequestToRequestPipeline
-
Uses of MutableRequestToRequestPipeline in software.amazon.awssdk.core.internal.http.pipeline.stages
Classes in software.amazon.awssdk.core.internal.http.pipeline.stages that implement MutableRequestToRequestPipelineModifier and TypeClassDescriptionclassGenerates a unique identifier for the request that is consistent across retries.classA stage for adding the user agent header to the request, after retrieving the current string from execution attributes and adding any additional information.final classPipeline stage that resolves the auth scheme and identity for signing.classCompress requests whose operations are marked with the "requestCompression" C2J trait.final classPipeline stage that resolves the endpoint using the service's endpoint rules engine.classStage to implement the "httpChecksum" and "httpChecksumRequired" C2J traits, and flexible checksums.classMerge customer supplied headers into the marshalled request.classMerge customer supplied query params into the marshalled request.classModifies an HTTP request by moving query parameters to the body under the following conditions: - It is a POST request - There is no content stream provider - There are query parameters to transfer