Class DecodeUrlEncodedResponseInterceptor
java.lang.Object
software.amazon.awssdk.services.s3.internal.handlers.DecodeUrlEncodedResponseInterceptor
- All Implemented Interfaces:
ExecutionInterceptor
@SdkInternalApi
public final class DecodeUrlEncodedResponseInterceptor
extends Object
implements ExecutionInterceptor
Encoding type affects the following values in the response:
- V1: Delimiter, Marker, Prefix, NextMarker, Key
- V2: Delimiter, Prefix, Key, and StartAfter
See https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html and https://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, onExecutionFailure
-
Constructor Details
-
DecodeUrlEncodedResponseInterceptor
public DecodeUrlEncodedResponseInterceptor()
-
-
Method Details
-
modifyResponse
public SdkResponse modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes) - Specified by:
modifyResponsein interfaceExecutionInterceptor
-