Uses of Enum
software.amazon.awssdk.services.s3.model.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CompressionTypeModifier and TypeMethodDescriptionfinal CompressionTypeInputSerialization.compressionType()Specifies object's compression format.static CompressionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CompressionTypeReturns the enum constant of this type with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CompressionTypeMethods in software.amazon.awssdk.services.s3.model with parameters of type CompressionTypeModifier and TypeMethodDescriptionInputSerialization.Builder.compressionType(CompressionType compressionType) Specifies object's compression format.