| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static KafkaSecurityProtocol |
KafkaSecurityProtocol.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
KafkaSettings |
KafkaSettings.withSecurityProtocol(KafkaSecurityProtocol securityProtocol)
Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
|
Copyright © 2023. All rights reserved.