Class RequestCompression
- java.lang.Object
-
- software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression
-
@SdkProtectedApi public final class RequestCompression extends Object
Implementation notes: this class should've been outside internal package, but we can't fix it due to backwards compatibility reasons.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequestCompression.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestCompression.Builderbuilder()booleanequals(Object o)List<String>getEncodings()inthashCode()booleanisStreaming()
-
-
-
Method Detail
-
isStreaming
public boolean isStreaming()
-
builder
public static RequestCompression.Builder builder()
-
-