Uses of Class
software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression
-
Packages that use RequestCompression Package Description software.amazon.awssdk.core.interceptor software.amazon.awssdk.core.internal.interceptor.trait -
-
Uses of RequestCompression in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type RequestCompression Modifier and Type Field Description static ExecutionAttribute<RequestCompression>SdkInternalExecutionAttribute. REQUEST_COMPRESSIONThe supported compression algorithms for an operation, and whether the operation is streaming or not. -
Uses of RequestCompression in software.amazon.awssdk.core.internal.interceptor.trait
Methods in software.amazon.awssdk.core.internal.interceptor.trait that return RequestCompression Modifier and Type Method Description RequestCompressionRequestCompression.Builder. build()
-