| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientAuthenticationType |
KafkaClusterClientAuthentication.authenticationType()
The type of client authentication used to connect to the Apache Kafka cluster.
|
KafkaClusterClientAuthenticationType |
KafkaClusterClientAuthenticationDescription.authenticationType()
The type of client authentication used to connect to the Apache Kafka cluster.
|
static KafkaClusterClientAuthenticationType |
KafkaClusterClientAuthenticationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<KafkaClusterClientAuthenticationType> |
KafkaClusterClientAuthenticationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientAuthentication.Builder |
KafkaClusterClientAuthentication.Builder.authenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
KafkaClusterClientAuthenticationDescription.Builder |
KafkaClusterClientAuthenticationDescription.Builder.authenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
Copyright © 2023. All rights reserved.