Uses of Enum
com.amazonaws.services.kinesisfirehose.model.CompressionFormat
Packages that use CompressionFormat
-
Uses of CompressionFormat in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return CompressionFormatModifier and TypeMethodDescriptionstatic CompressionFormat
Use this in place of valueOf.static CompressionFormat
Returns the enum constant of this type with the specified name.static CompressionFormat[]
CompressionFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type CompressionFormatModifier and TypeMethodDescriptionvoid
S3DestinationConfiguration.setCompressionFormat
(CompressionFormat compressionFormat) The compression format.void
S3DestinationDescription.setCompressionFormat
(CompressionFormat compressionFormat) The compression format.void
S3DestinationUpdate.setCompressionFormat
(CompressionFormat compressionFormat) The compression format.S3DestinationConfiguration.withCompressionFormat
(CompressionFormat compressionFormat) The compression format.S3DestinationDescription.withCompressionFormat
(CompressionFormat compressionFormat) The compression format.S3DestinationUpdate.withCompressionFormat
(CompressionFormat compressionFormat) The compression format.