Uses of Class
software.amazon.awssdk.core.internal.compression.CompressorType
-
Packages that use CompressorType Package Description software.amazon.awssdk.core.internal.compression -
-
Uses of CompressorType in software.amazon.awssdk.core.internal.compression
Fields in software.amazon.awssdk.core.internal.compression declared as CompressorType Modifier and Type Field Description static CompressorTypeCompressorType. GZIPMethods in software.amazon.awssdk.core.internal.compression that return CompressorType Modifier and Type Method Description static CompressorTypeCompressorType. of(String value)Creates a newCompressorTypeof the given value.
-