Class CompressorType
java.lang.Object
software.amazon.awssdk.core.internal.compression.CompressorType
The supported compression algorithms for operations with the requestCompression trait. Each supported algorithm will have an
Compressor implementation.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static booleanisSupported(String compressionType) Whether or not the compressor type is supported by the SDK.Maps theCompressorTypeto its correspondingCompressor.static CompressorTypeCreates a newCompressorTypeof the given value.toString()
-
Field Details
-
GZIP
-
-
Method Details
-
of
Creates a newCompressorTypeof the given value. -
compressorTypes
-
isSupported
Whether or not the compressor type is supported by the SDK. -
newCompressor
Maps theCompressorTypeto its correspondingCompressor. -
toString
-
equals
-
hashCode
public int hashCode()
-