| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetCompressionType |
TargetCompressionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetCompressionType |
ReplicationInfoDescription.targetCompressionType()
The compression type to use when producing records to target cluster.
|
TargetCompressionType |
ReplicationInfo.targetCompressionType()
The compression type to use when producing records to target cluster.
|
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 |
|---|---|
static Set<TargetCompressionType> |
TargetCompressionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationInfoDescription.Builder |
ReplicationInfoDescription.Builder.targetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfo.Builder |
ReplicationInfo.Builder.targetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
|
Copyright © 2023. All rights reserved.