| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static KafkaSecurityProtocol |
KafkaSecurityProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KafkaSecurityProtocol |
KafkaSettings.securityProtocol()
Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
|
static KafkaSecurityProtocol |
KafkaSecurityProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaSecurityProtocol[] |
KafkaSecurityProtocol.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<KafkaSecurityProtocol> |
KafkaSecurityProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
KafkaSettings.Builder |
KafkaSettings.Builder.securityProtocol(KafkaSecurityProtocol securityProtocol)
Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
|
Copyright © 2023. All rights reserved.