Uses of Class
software.amazon.awssdk.services.kafka.model.TargetCompressionType
-
Packages that use TargetCompressionType Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of TargetCompressionType in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return TargetCompressionType Modifier and Type Method Description static TargetCompressionTypeTargetCompressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetCompressionTypeReplicationInfo. targetCompressionType()The compression type to use when producing records to target cluster.TargetCompressionTypeReplicationInfoDescription. targetCompressionType()The compression type to use when producing records to target cluster.static TargetCompressionTypeTargetCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetCompressionType[]TargetCompressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type TargetCompressionType Modifier and Type Method Description static Set<TargetCompressionType>TargetCompressionType. knownValues()Methods in software.amazon.awssdk.services.kafka.model with parameters of type TargetCompressionType Modifier and Type Method Description ReplicationInfo.BuilderReplicationInfo.Builder. targetCompressionType(TargetCompressionType targetCompressionType)The compression type to use when producing records to target cluster.ReplicationInfoDescription.BuilderReplicationInfoDescription.Builder. targetCompressionType(TargetCompressionType targetCompressionType)The compression type to use when producing records to target cluster.
-