| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static KafkaClusterClientAuthenticationType |
KafkaClusterClientAuthenticationType.fromValue(String value)
Use this in place of valueOf.
|
static KafkaClusterClientAuthenticationType |
KafkaClusterClientAuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaClusterClientAuthenticationType[] |
KafkaClusterClientAuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientAuthentication |
KafkaClusterClientAuthentication.withAuthenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
KafkaClusterClientAuthenticationDescription |
KafkaClusterClientAuthenticationDescription.withAuthenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
Copyright © 2022. All rights reserved.