| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetCompressionType |
TargetCompressionType.fromValue(String value)
Use this in place of valueOf.
|
static TargetCompressionType |
TargetCompressionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationInfo |
ReplicationInfo.withTargetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfoDescription |
ReplicationInfoDescription.withTargetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
|
Copyright © 2023. All rights reserved.