| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterEncryptionInTransitType |
KafkaClusterEncryptionInTransitDescription.encryptionType()
The type of encryption in transit to the Apache Kafka cluster.
|
KafkaClusterEncryptionInTransitType |
KafkaClusterEncryptionInTransit.encryptionType()
The type of encryption in transit to the Apache Kafka cluster.
|
static KafkaClusterEncryptionInTransitType |
KafkaClusterEncryptionInTransitType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static KafkaClusterEncryptionInTransitType |
KafkaClusterEncryptionInTransitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaClusterEncryptionInTransitType[] |
KafkaClusterEncryptionInTransitType.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<KafkaClusterEncryptionInTransitType> |
KafkaClusterEncryptionInTransitType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterEncryptionInTransitDescription.Builder |
KafkaClusterEncryptionInTransitDescription.Builder.encryptionType(KafkaClusterEncryptionInTransitType encryptionType)
The type of encryption in transit to the Apache Kafka cluster.
|
KafkaClusterEncryptionInTransit.Builder |
KafkaClusterEncryptionInTransit.Builder.encryptionType(KafkaClusterEncryptionInTransitType encryptionType)
The type of encryption in transit to the Apache Kafka cluster.
|
Copyright © 2023. All rights reserved.