Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.CompressionType
Packages that use CompressionType
Package
Description
Tasks for AWS Step Functions
-
Uses of CompressionType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return CompressionTypeModifier and TypeMethodDescriptiondefault CompressionTypeChannel.getCompressionType()Compression type if training data is compressed.final CompressionTypeChannel.Jsii$Proxy.getCompressionType()default CompressionTypeTransformInput.getCompressionType()The compression type of the transform data.final CompressionTypeTransformInput.Jsii$Proxy.getCompressionType()static CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CompressionTypeModifier and TypeMethodDescriptionChannel.Builder.compressionType(CompressionType compressionType) Sets the value ofChannel.getCompressionType()TransformInput.Builder.compressionType(CompressionType compressionType) Sets the value ofTransformInput.getCompressionType()